SoapFault Class
Carries error and status information within a SOAP message. This class cannot be inherited.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | SoapFault() | Initializes a new instance of the SoapFault class with default values. |
![]() | SoapFault(String^, String^, String^, ServerFault^) | Initializes a new instance of the SoapFault class, setting the properties to specified values. |
| Name | Description | |
|---|---|---|
![]() | Detail | Gets or sets additional information required for the SoapFault. |
![]() | FaultActor | Gets or sets the fault actor for the SoapFault. |
![]() | FaultCode | Gets or sets the fault code for the SoapFault. |
![]() | FaultString | Gets or sets the fault message for the SoapFault. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | Populates the specified SerializationInfo with the data to serialize the SoapFault object. |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

