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
.NET Framework (current version)
Initializes a new instance of the FaultReason class.
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. |
Show:
