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 Constructor

 

Initializes a new instance of the FaultException class.

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

NameDescription
System_CAPS_pubmethodFaultException()

Initializes a new instance of the FaultException class.

System_CAPS_pubmethodFaultException(FaultReason^)

Initializes a new instance of the FaultException class using the specified reason.

System_CAPS_pubmethodFaultException(FaultReason^, FaultCode^)

Initializes a new instance of the FaultException class using the specified reason and fault code.

System_CAPS_pubmethodFaultException(FaultReason^, FaultCode^, String^)

Initializes a new instance of the FaultException class using the specified reason, fault code, and action value.

System_CAPS_pubmethodFaultException(MessageFault^)

Initializes a new instance of the FaultException class using the specified message fault values.

System_CAPS_pubmethodFaultException(MessageFault^, String^)

Initializes a new instance of the FaultException class using the specified message fault values and the provided action string.

System_CAPS_protmethodFaultException(SerializationInfo^, StreamingContext)

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

System_CAPS_pubmethodFaultException(String^)

Initializes a new instance of the FaultException class with the specified fault reason.

System_CAPS_pubmethodFaultException(String^, FaultCode^)

Initializes a new instance of the FaultException class using the specified reason and SOAP fault code.

System_CAPS_pubmethodFaultException(String^, FaultCode^, String^)

Initializes a new instance of the FaultException class using the specified reason, fault code, and action value.

Return to top
Show:
© 2017 Microsoft