Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

FaultReason Constructor

 

Initializes a new instance of the FaultReason class.

Namespace:   System.ServiceModel
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

NameDescription
System_CAPS_pubmethodFaultReason(FaultReasonText^)

Initializes a new instance of the FaultReason class using the specified text element that describes the fault in a specific language.

System_CAPS_pubmethodFaultReason(IEnumerable<FaultReasonText^>^)

Initializes a new instance of the FaultReason class using the specified list of fault translations.

System_CAPS_pubmethodFaultReason(String^)

Initializes a new instance of the FaultReason class using the specified fault description.

Return to top
Show:
© 2017 Microsoft