The exception that is thrown when pdf-to-image process returns non-zero error exit code.
Inheritance Hierarchy
SystemException
NReco.PdfRendererPdfToImageException
Namespace: NReco.PdfRenderer
Assembly: NReco.PdfRenderer (in NReco.PdfRenderer.dll) Version: 1.5.1
Syntax
The PdfToImageException type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PdfToImageException(Int32, String) | Initializes a new instance of the PdfToImageException class | |
| PdfToImageException(Int32, String, Exception) | Initializes a new instance of the PdfToImageException class |
Properties
| Name | Description | |
|---|---|---|
| Data | (Inherited from Exception.) | |
| ErrorCode |
Get WkHtmlToImage process error code
| |
| HelpLink | (Inherited from Exception.) | |
| HResult | (Inherited from Exception.) | |
| InnerException | (Inherited from Exception.) | |
| Message | (Inherited from Exception.) | |
| Source | (Inherited from Exception.) | |
| StackTrace | (Inherited from Exception.) | |
| TargetSite | (Inherited from Exception.) |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetBaseException | (Inherited from Exception.) | |
| GetHashCode | (Inherited from Object.) | |
| GetObjectData | (Inherited from Exception.) | |
| GetType | (Inherited from Exception.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Exception.) |
Events
| Name | Description | |
|---|---|---|
| SerializeObjectState | (Inherited from Exception.) |
See Also