Click or drag to resize
SoapFaultException Constructor (String)
Create a new Soap Fault with a particular message

Namespace: IdmNet
Assembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntax
public SoapFaultException(
	string message
)

Parameters

message
Type: SystemString
Message to return to catching methods
See Also