Click or drag to resize
SoapFaultException Constructor (String, Exception)
Create a new Soap Fault with a particular message and inner exception

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

Parameters

message
Type: SystemString
Message to return to catching methods
inner
Type: SystemException
Not normally used - just included for completeness
See Also