SoapFaultException Constructor (String, Exception) |
Create a new Soap Fault with a particular message and inner exception
Namespace: IdmNetAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic SoapFaultException(
string message,
Exception inner
)
Public Sub New (
message As String,
inner As Exception
)
public:
SoapFaultException(
String^ message,
Exception^ inner
)
new :
message : string *
inner : Exception -> SoapFaultException
Parameters
- message
- Type: SystemString
Message to return to catching methods - inner
- Type: SystemException
Not normally used - just included for completeness
See Also