XML3 - API DLL Documentation
Module containing classes, methods and enumerations shared accross the DLL.
The CommonClasses..::..APIError type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | CommonClasses..::..APIError | Initializes a new instance of the CommonClasses..::..APIError class |
Properties
Name | Description | |
---|---|---|
![]() | ErrorClass |
The class in which error has occurred.
|
![]() | ErrorCode |
The Error Code that was throw during the exception.
|
![]() | ErrorMessage |
The Error Message that was throw with the exception.
|
![]() | ErrorMethod |
The Method in which Error error was thrown
|
![]() | IsWebServiceError |
Flag to indicate if the web service has returned an Error XML
|