HiQPdf Documentation

HiQPdfException Constructor (String, Exception)

Quickly Create High Quality PDFs
Creates an exception object with a message an an inner exception passed as parameters

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public HiQPdfException(
	string message,
	Exception innerException
)

Parameters

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

Reference