[]
Initializes a new instance of the PdfContentStreamProcessorException class.
public PdfContentStreamProcessorException(string message)
Public Sub New(message As String)
| Type | Name | Description |
|---|---|---|
| string | message |
Initializes a new instance of the PdfContentStreamProcessorException class.
public PdfContentStreamProcessorException(string message, Exception innerException)
Public Sub New(message As String, innerException As Exception)
| Type | Name | Description |
|---|---|---|
| string | message | |
| Exception | innerException |