Click or drag to resize

ArticyApiException Properties

The ArticyApiException type exposes the following members.

Properties
  NameDescription
Public propertyErrorCode
The error code this exception encapsulates, upper 16 bit are facility code, lower 16 bits are the error number within that facility
Public propertyErrorNumber
Getter that extracts the error number from the ErrorCode
Public propertyFacilityCode
Getter that extracts the facility from the ErrorCode
Public propertyMessage
The formatted message of this exception
(Overrides ExceptionMessage.)
Top
See Also