FaultReason Class
Provides a text description of a SOAP fault.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | FaultReason(FaultReasonText^) | Initializes a new instance of the FaultReason class using the specified text element that describes the fault in a specific language. |
![]() | FaultReason(IEnumerable<FaultReasonText^>^) | Initializes a new instance of the FaultReason class using the specified list of fault translations. |
![]() | FaultReason(String^) | Initializes a new instance of the FaultReason class using the specified fault description. |
| Name | Description | |
|---|---|---|
![]() | Translations | Gets a collection of fault descriptions in different languages. |
| 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.) |
![]() | GetMatchingTranslation() | Gets the fault description in the language used by the current thread. |
![]() | GetMatchingTranslation(CultureInfo^) | Gets the fault description in the specified language. |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns the fault reason as a string.(Overrides Object::ToString().) |
The FaultReason class contains a set of System.ServiceModel::FaultReasonText objects, each of which contains a description of the fault in a specific language.
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.


