  | 
PdfException Constructor (String, Exception) | 
 
            Constructor.
            
 
    Namespace: 
   SelectPdf.Extras
    Assembly:
   Select.Pdf.Extras (in Select.Pdf.Extras.dll) Version: 23.2
Syntaxpublic PdfException(
	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