  | PdfException Constructor (String) | 
 
            Initializes a new instance of the 
PdfException class with a specified error message.
            
 
    Namespace: 
   Opait.Pdf.Api
    Assembly:
   Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntaxpublic PdfException(
	string message
)
Parameters
- message
 - Type: SystemString
The message that describes the error. 
See Also