Link Search Menu Expand Document

PDFRendererCancellationException Constructor (String, Exception)

Initializes a new instance of the PDFRendererCancellationException class.

Namespace:Bytescout.PDFRenderer
Assembly: Bytescout.PDFRenderer (in Bytescout.PDFRenderer.dll) Version: 13.4.0.4759-master
Syntax
public PDFRendererCancellationException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
The message text.
innerException
Type: SystemException
The inner exception.
See Also

Reference