Poznámka
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
The structured exception codes thrown by this component. These exceptions are fatal and should not be handled by the application.
typedef enum {
WS_EXCEPTION_CODE_USAGE_FAILURE = 0xC03D0000,
WS_EXCEPTION_CODE_INTERNAL_FAILURE = 0xc03d0001
} WS_EXCEPTION_CODE;
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. |
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | webservices.h |