FaultException<TDetail> Constructor (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.

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

public:
FaultException(
	TDetail detail,
	String^ reason,
	FaultCode^ code,
	String^ action
)

Parameters

detail
Type: TDetail

The object used as the SOAP fault detail.

reason
Type: System::String^

The reason for the SOAP fault.

code
Type: System.ServiceModel::FaultCode^

The fault code for the SOAP fault.

action
Type: System::String^

The action of the SOAP fault.

.NET Framework
Available since 3.0
Return to top
Show: