Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |
|---|---|
This read-only property provides the value of the <faultcode> element of the SOAP <Fault> element. |
|
This read-only property provides the value of the <faultstring> element of the SOAP <Fault> element. |
|
This read-only property provides the value of the <faultactor> element of the SOAP <Fault> element. |
|
This read-only property provides the value of the <detail> element of the SOAP <Fault> element. |
|
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 |