Click or drag to resize
Pdf Library for .NET

PdfRasterizerException(String, Exception) Constructor

Constructor for PdfRasterizerException.

Namespace: SelectPdf
Assembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntax
public PdfRasterizerException(
	string message,
	Exception innerException
)

Parameters

message  String
The exception message.
innerException  Exception
The inner exception that triggered this exception.
See Also