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