HiQPdfException(String, Exception) Constructor
Creates an exception object with a message an an inner exception passed as parameters
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
public HiQPdfException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
public:
HiQPdfException(
String^ message,
Exception^ innerException
)
new :
message : string *
innerException : Exception -> HiQPdfException
Parameters
- message String
- The exception message
- innerException Exception
- The inner exception