[]
Initializes a new instance of the PdfExportException class.
public PdfExportException()
Initializes a new instance of the PdfExportException class.
public PdfExportException(string message)
| Type | Name | Description |
|---|---|---|
| string | message |
Initializes a new instance of the PdfExportException class.
public PdfExportException(string message, Exception innerException)
| Type | Name | Description |
|---|---|---|
| string | message | |
| Exception | innerException |
Initializes a new instance of the PdfExportException class.
protected PdfExportException(SerializationInfo info, StreamingContext context)
| Type | Name | Description |
|---|---|---|
| SerializationInfo | info | |
| StreamingContext | context |
This constructor supports serialization.