FaultReasonText Constructors
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.
Initializes a new instance of the FaultReasonTextclass.
Overloads
FaultReasonText(String) |
Initializes a new instance of the FaultReasonText class that uses the specified fault text. |
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)
- Source:
- FaultReasonText.cs
- Source:
- FaultReasonText.cs
- Source:
- FaultReasonText.cs
Initializes a new instance of the FaultReasonText class that uses the specified fault text.
public:
FaultReasonText(System::String ^ text);
public FaultReasonText (string text);
new System.ServiceModel.FaultReasonText : string -> System.ServiceModel.FaultReasonText
Public Sub New (text As String)
Parameters
- text
- String
The text that is the SOAP fault reason.
Applies to
FaultReasonText(String, CultureInfo)
- Source:
- FaultReasonText.cs
- Source:
- FaultReasonText.cs
- Source:
- FaultReasonText.cs
Initializes a new instance of the FaultReasonText class that uses the specified SOAP fault text and the specified CultureInfo object.
public:
FaultReasonText(System::String ^ text, System::Globalization::CultureInfo ^ cultureInfo);
public FaultReasonText (string text, System.Globalization.CultureInfo cultureInfo);
new System.ServiceModel.FaultReasonText : string * System.Globalization.CultureInfo -> System.ServiceModel.FaultReasonText
Public Sub New (text As String, cultureInfo As CultureInfo)
Parameters
- text
- String
The text that is the reason of the SOAP fault.
- cultureInfo
- CultureInfo
The CultureInfo describing the language of the description.
Applies to
FaultReasonText(String, String)
- Source:
- FaultReasonText.cs
- Source:
- FaultReasonText.cs
- Source:
- FaultReasonText.cs
Initializes a new instance of the FaultReasonText class.
public:
FaultReasonText(System::String ^ text, System::String ^ xmlLang);
public FaultReasonText (string text, string xmlLang);
new System.ServiceModel.FaultReasonText : string * string -> System.ServiceModel.FaultReasonText
Public Sub New (text As String, xmlLang As String)
Parameters
- text
- String
The text of the fault reason.
- xmlLang
- String
The language of the fault.