Constructor

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public PdfDocumentException(
	string message,
	Exception innerException
)
Visual Basic
Public Sub New ( 
	message As String,
	innerException As Exception
)
Visual C++
public:
PdfDocumentException(
	String^ message, 
	Exception^ innerException
)

Parameters

message
Type: System..::..String
The exception message
innerException
Type: System..::..Exception
The inner exception that triggered this exception

See Also