FaultException Constructor (String^)

 

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

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

public:
FaultException(
	String^ reason
)

Parameters

reason
Type: System::String^

The reason for the fault.

.NET Framework
Available since 3.0
Return to top
Show: