  | 
PdfException Constructor (String) | 
 
            Constructor.
            
 
    Namespace: 
   SelectPdf.Extras
    Assembly:
   Select.Pdf.Extras (in Select.Pdf.Extras.dll) Version: 23.2
Syntaxpublic PdfException(
	string message
)
Public Sub New ( 
	message As String
)
Parameters
- message
 - Type: SystemString
The exception message. 
See Also