DocumentViewerException Constructor

Overload List

DocumentViewerException(Exception)Initializes a new instance of the DocumentViewerException class with a reference to the inner exception that is the cause of this exception.
DocumentViewerException(String)Initializes a new instance of the DocumentViewerException class with a specified error message.
DocumentViewerException(String, Exception)Initializes a new instance of the DocumentViewerException class with a specified error message and a reference to the inner exception that is the cause of this exception.

See Also