PDF Viewer Control for .NET 2.0 Windows Forms
PdfViewerException Constructor (message, innerException)
NamespacesPdfViewer4WinNetPdfViewerExceptionPdfViewerException(String, Exception)
PDF Viewer Exception constructor
Declaration Syntax
C#Visual BasicVisual C++
public PdfViewerException(
	string message,
	Exception innerException
)
Public Sub New ( _
	message As String, _
	innerException As Exception _
)
public:
PdfViewerException(
	String^ message, 
	Exception^ innerException
)
Parameters
message (String)
The exception message
innerException (Exception)
The inner exception which triggered this exception

Assembly: PdfViewer4WinNet (Module: PdfViewer4WinNet) Version: 2.0.3167.22351 (2.0.0.0)