FaultException Constructor
Initializes a new instance of the FaultException class.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | FaultException() | Initializes a new instance of the FaultException class. |
![]() | FaultException(FaultReason^) | Initializes a new instance of the FaultException class using the specified reason. |
![]() | FaultException(FaultReason^, FaultCode^) | Initializes a new instance of the FaultException class using the specified reason and fault code. |
![]() | FaultException(FaultReason^, FaultCode^, String^) | Initializes a new instance of the FaultException class using the specified reason, fault code, and action value. |
![]() | FaultException(MessageFault^) | Initializes a new instance of the FaultException class using the specified message fault values. |
![]() | FaultException(MessageFault^, String^) | Initializes a new instance of the FaultException class using the specified message fault values and the provided action string. |
![]() | FaultException(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. |
![]() | FaultException(String^) | Initializes a new instance of the FaultException class with the specified fault reason. |
![]() | FaultException(String^, FaultCode^) | Initializes a new instance of the FaultException class using the specified reason and SOAP fault code. |
![]() | FaultException(String^, FaultCode^, String^) | Initializes a new instance of the FaultException class using the specified reason, fault code, and action value. |

