XML3 - API DLL Documentation

Module containing classes, methods and enumerations shared accross the DLL.

The CommonClasses..::..APIError type exposes the following members.

Constructors

  NameDescription
Public methodCommonClasses..::..APIError
Initializes a new instance of the CommonClasses..::..APIError class

Properties

  NameDescription
Public propertyErrorClass
The class in which error has occurred.
Public propertyErrorCode
The Error Code that was throw during the exception.
Public propertyErrorMessage
The Error Message that was throw with the exception.
Public propertyErrorMethod
The Method in which Error error was thrown
Public propertyIsWebServiceError
Flag to indicate if the web service has returned an Error XML

See Also