|
Foxit PDF SDK
|
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... | |
This class represents can be used to get the error code thrown by Foxit PDF SDK functions for some error cases.
|
inline |
Constructor, with parameters.
| [in] | errcode | The error code value, which represents the meaning of current exception. |
| [in] | message | Error message. |
|
inline |
Get the error code.