PdfViewerException Constructor (String, Exception) |
Constructor
Namespace: PdfViewer4AspNetAssembly: PdfViewerAspNet (in PdfViewerAspNet.dll) Version: 4.2
Syntaxpublic PdfViewerException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
Parameters
- message
- Type: SystemString
The error message - innerException
- Type: SystemException
The inner exception
See Also