FaultCode Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The FaultCode type exposes the following members.
| Name | Description | |
|---|---|---|
|
IsPredefinedFault | Gets a value that indicates whether the fault is a SOAP 1.1 or SOAP 1.2 fault. |
|
IsReceiverFault | Gets a value that indicates whether the fault is a SOAP 1.1 server fault or a SOAP 1.2 receiver fault. |
|
IsSenderFault | Gets a value that indicates whether the fault is a SOAP 1.1 client fault or a SOAP 1.2 sender fault. |
|
Name | Gets the local name of the fault code. |
|
Namespace | Gets the namespace for the fault code. |
|
SubCode | Gets the fault subcode. |
Show: