FaultReasonText 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.
Represents the text of the reason of a SOAP fault.
public ref class FaultReasonText
public class FaultReasonText
type FaultReasonText = class
Public Class FaultReasonText
- Inheritance
-
FaultReasonText
Remarks
Use the FaultReasonText class to specify the text of the SOAP fault reason.
Constructors
FaultReasonText(String, CultureInfo) |
Initializes a new instance of the FaultReasonText class that uses the specified SOAP fault text and the specified CultureInfo object. |
FaultReasonText(String, String) |
Initializes a new instance of the FaultReasonText class. |
FaultReasonText(String) |
Initializes a new instance of the FaultReasonText class that uses the specified fault text. |
Properties
Text |
Gets the text of the SOAP fault reason. |
XmlLang |
Gets the language of the SOAP fault reason. |
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) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
Matches(CultureInfo) |
Returns a value that indicates whether the language of the description matches provided CultureInfo object. |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |