FaultException<TDetail> Constructor (TDetail, String^)

 

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

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

public:
FaultException(
	TDetail detail,
	String^ reason
)

Parameters

detail
Type: TDetail

The object used as the SOAP fault detail.

reason
Type: System::String^

The reason for the SOAP fault.

.NET Framework
Available since 3.0
Return to top
Show: