DocumentViewerException.DocumentViewerException Constructor
Definition
- Namespace
- GleamTech.DocumentUltimate.AspNet.UI
- Assembly
- GleamTech.DocumentUltimate.dll
DocumentViewerException(string)
Initializes a new instance of the DocumentViewerException class with a specified error message.
public DocumentViewerException(string message)
Parameters
messagestringThe error message that explains the reason for the exception.
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.
public DocumentViewerException(string message, Exception innerException)
Parameters
DocumentViewerException(Exception)
Initializes a new instance of the DocumentViewerException class with a reference to the inner exception that is the cause of this exception.
public DocumentViewerException(Exception innerException)