Initializes a new instance of the class.

Namespace: Spire.PdfViewer.Drawing
Assembly: Spire.PdfViewer.Forms (in Spire.PdfViewer.Forms.dll) Version: 6.6.0.0 (6.6.0.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfViewerExceptions(
	string exception
)
Public Sub New ( 
	exception As String
)
public:
PdfViewerExceptions(
	String^ exception
)
new : 
        exception : string -> PdfViewerExceptions

Parameters

exception
String

See Also