Foxit PDF SDK
 All Classes Namespaces Functions Enumerations Enumerator Properties Pages
foxit.PDFException Class Reference

Inherits SystemApplicationException.

Public Member Functions

 PDFException (foxit.common.ErrorCode errcode, string message)
 Constructor, with parameters. More...
 
foxit.common.ErrorCode GetErrorCode ()
 Get the error code. More...
 

Detailed Description

This class represents can be used to get the error code thrown by Foxit PDF SDK functions for some error cases.

Constructor & Destructor Documentation

foxit.PDFException.PDFException ( foxit.common.ErrorCode  errcode,
string  message 
)
inline

Constructor, with parameters.

Parameters
[in]errcodeThe error code value, which represents the meaning of current exception.
[in]messageError message.

Member Function Documentation

foxit.common.ErrorCode foxit.PDFException.GetErrorCode ( )
inline

Get the error code.

Returns
The error code.