|
PdfPrinterException Constructor (String, Exception) |
Constructor for PdfPrinterException.
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax public PdfPrinterException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
Parameters
- message
- Type: SystemString
The exception message. - innerException
- Type: SystemException
The inner exception that triggered this exception.
See Also