HiQPdfException(String, Exception) Constructor

Creates an exception object with a message an an inner exception passed as parameters

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public HiQPdfException(
	string message,
	Exception innerException
)

Parameters

message  String
The exception message
innerException  Exception
The inner exception

See Also