Click or drag to resize
FaultException Constructor (String)
Initializes a new instance of the System.ServiceModel.FaultException class with the specified fault reason.

Namespace: System.ServiceModel
Assembly: CSharpXamlForHtml5.System.ServiceModel.dll (in CSharpXamlForHtml5.System.ServiceModel.dll.dll) Version: 1.0.0.0
Syntax
C#
public FaultException(
	string reason
)

Parameters

reason
Type: SystemString
The reason for the fault.
See Also