Compartir a través de


ISOAPError (Windows CE 5.0)

Send Feedback

This interface provides the properties necessary to create a <Fault> element in a SOAP message.

The SoapServer and SoapClient objects (accessed using the ISoapServer and ISoapClient interfaces) each handle errors in a specific way. For more information, see Client and Server Error Handling.

The following table shows the properties supported by the ISOAPError interface.

Property Description
faultcode This read-only property provides the value of the <faultcode> element of the SOAP <Fault> element.
faultstring This read-only property provides the value of the <faultstring> element of the SOAP <Fault> element.
faultactor This read-only property provides the value of the <faultactor> element of the SOAP <Fault> element.
detail This read-only property provides the value of the <detail> element of the SOAP <Fault> element.
faultcodeNS This read-only property provides the namespace URI used in the <faultcode> element of the SOAP <Fault> element.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Mssoap.h.
Link Library: Uuid.lib.

See Also

SOAP Objects and Interfaces

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.