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.
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
Send Feedback on this topic to the authors