FaultException<TDetail> Constructor
Initializes a new instance of the FaultException<TDetail> class.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | FaultException<TDetail>(TDetail) | Initializes a new instance of the FaultException<TDetail> class that uses the specified detail object. |
![]() | FaultException<TDetail>(TDetail, FaultReason^) | Initializes a new instance of the FaultException<TDetail> class that uses the specified detail object and fault reason. |
![]() | FaultException<TDetail>(TDetail, FaultReason^, FaultCode^) | Initializes a new instance of the FaultException<TDetail> class that uses the specified detail object, fault reason, and fault code. |
![]() | FaultException<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. |
![]() | FaultException<TDetail>(TDetail, String^) | Initializes a new instance of the FaultException<TDetail> class that uses the specified detail and fault reason. |
![]() | FaultException<TDetail>(TDetail, String^, FaultCode^) | Initializes a new instance of the FaultException<TDetail> class that uses the specified detail object, fault reason, and fault code. |
![]() | FaultException<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. |
![]() | FaultException<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. |

