Share via


ISOAPError (Windows Embedded CE 6.0)

1/6/2010

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 Property (ISOAPError)

This read-only property provides the value of the <faultcode> element of the SOAP <Fault> element.

faultstring Property (ISOAPError)

This read-only property provides the value of the <faultstring> element of the SOAP <Fault> element.

faultactor Property (ISOAPError)

This read-only property provides the value of the <faultactor> element of the SOAP <Fault> element.

detail Property (ISOAPError)

This read-only property provides the value of the <detail> element of the SOAP <Fault> element.

faultcodeNS Property

This read-only property provides the namespace URI used in the <faultcode> element of the SOAP <Fault> element.

Requirements

Header mssoap.h
Library uuid.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

SOAP Objects and Interfaces