 |
PdfFormManagerException(String, Exception) Constructor |
Constructor.
Namespace: SelectPdf.FormsAssembly: Select.Pdf.Extras (in Select.Pdf.Extras.dll) Version: 26.2
Syntaxpublic PdfFormManagerException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
Parameters
- message String
- The exception message.
- innerException Exception
- The inner exception that triggered this exception.
See Also