Click or drag to resize
PdfViewerException Constructor (String, Exception)
Constructor

Namespace: PdfViewer4AspNet
Assembly: PdfViewerAspNet (in PdfViewerAspNet.dll) Version: 4.2
Syntax
public PdfViewerException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
The error message
innerException
Type: SystemException
The inner exception
See Also