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.

FaultException<TDetail> Constructor

 

Initializes a new instance of the FaultException<TDetail> class.

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

NameDescription
System_CAPS_pubmethodFaultException<TDetail>(TDetail)

Initializes a new instance of the FaultException<TDetail> class that uses the specified detail object.

System_CAPS_pubmethodFaultException<TDetail>(TDetail, FaultReason^)

Initializes a new instance of the FaultException<TDetail> class that uses the specified detail object and fault reason.

System_CAPS_pubmethodFaultException<TDetail>(TDetail, FaultReason^, FaultCode^)

Initializes a new instance of the FaultException<TDetail> class that uses the specified detail object, fault reason, and fault code.

System_CAPS_pubmethodFaultException<TDetail>(TDetail, FaultReason^, FaultCode^, String^)

Initializes a new instance of the FaultException<TDetail> class that uses the specified detail object, and SOAP fault reason, code and action values.

System_CAPS_pubmethodFaultException<TDetail>(TDetail, String^)

Initializes a new instance of the FaultException<TDetail> class that uses the specified detail and fault reason.

System_CAPS_pubmethodFaultException<TDetail>(TDetail, String^, FaultCode^)

Initializes a new instance of the FaultException<TDetail> class that uses the specified detail object, fault reason, and fault code.

System_CAPS_pubmethodFaultException<TDetail>(TDetail, String^, FaultCode^, String^)

Initializes a new instance of the FaultException<TDetail> class that uses the specified detail object, and SOAP fault reason, code and action values.

System_CAPS_protmethodFaultException<TDetail>(SerializationInfo^, StreamingContext)

Initializes a new instance of the FaultException<TDetail> class using the specified serialization information and context when deserializing a stream into a FaultException object.

Return to top
Show:
© 2017 Microsoft