FaultReason Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a text description of a SOAP fault.
public ref class FaultReason
public class FaultReason
type FaultReason = class
Public Class FaultReason
- Inheritance
-
FaultReason
Remarks
The FaultReason class contains a set of System.ServiceModel.FaultReasonText objects, each of which contains a description of the fault in a specific language.
Constructors
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. |
Properties
Translations |
Gets a collection of fault descriptions in different languages. |
Methods
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) |
GetMatchingTranslation() |
Gets the fault description in the language used by the current thread. |
GetMatchingTranslation(CultureInfo) |
Gets the fault description in the specified language. |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns the fault reason as a string. |