WS_EXCEPTION_CODE enumeration (webservices.h)

The structured exception codes thrown by this component. These exceptions are fatal and should not be handled by the application.

Syntax

typedef enum {
  WS_EXCEPTION_CODE_USAGE_FAILURE = 0xC03D0000,
  WS_EXCEPTION_CODE_INTERNAL_FAILURE = 0xc03d0001
} WS_EXCEPTION_CODE;

Constants

 
WS_EXCEPTION_CODE_USAGE_FAILURE
Value: 0xC03D0000
This exception occurs to indicate that usage of the web services component
has violated the API contract.
WS_EXCEPTION_CODE_INTERNAL_FAILURE
Value: 0xc03d0001
This exception occurs to indicate that an internal error occurred in the
web services component.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Header webservices.h