FaultDescription Class
Represents a SOAP fault.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | FaultDescription(String^) | Initializes a new instance of the FaultDescription class using the specified action value. |
| Name | Description | |
|---|---|---|
![]() | Action | The value of the action in the SOAP fault message. |
![]() | DetailType | The type of the SOAP fault detail. |
![]() | HasProtectionLevel | Gets a value that indicates whether the fault message has a protection level assigned. |
![]() | Name | Gets or sets the name of the SOAP fault. |
![]() | Namespace | Gets or sets the namespace of the SOAP fault. |
![]() | ProtectionLevel | Specifies the level of protection the SOAP fault requires from the binding. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ShouldSerializeProtectionLevel() | Returns a value that indicates whether the ProtectionLevel property has changed from its default value and should be serialized. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The FaultDescription class represents a SOAP fault in a service contract and is used to create a runtime when a Windows Communication Foundation (WCF) service or client application is started.
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


