FaultException Constructor (String) |
Initializes a new instance of the System.ServiceModel.FaultException class
with the specified fault reason.
Namespace: System.ServiceModelAssembly: CSharpXamlForHtml5.System.ServiceModel.dll (in CSharpXamlForHtml5.System.ServiceModel.dll.dll) Version: 1.0.0.0
Syntax public FaultException(
string reason
)
Parameters
- reason
- Type: SystemString
The reason for the fault.
See Also