 |
PdfPrinterException(String, Exception) Constructor |
Constructor for PdfPrinterException.
Namespace: SelectPdfAssembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntaxpublic PdfPrinterException(
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