Click or drag to resize

PdfCreatorException(String, Exception) Constructor

Constructor

Namespace: ExpertPdf.PdfCreator
Assembly: epdfcreator (in epdfcreator.dll) Version: 21.1.0
Syntax
public PdfCreatorException(
	string message,
	Exception innerException
)

Parameters

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