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
Parameters
- message
- Type: SystemString
The exception message - innerException
- Type: SystemException
The inner exception
See Also