MethodFaultException

Client throws this exception if the remote method returns XML-RPC Fault Response. Server catches this exception and converts it into XML-RPC Fault Response.

Constructors

this
this(Variant value, string message)
Undocumented in source.
this
this(Variant value)
Undocumented in source.
this
this(string faultString, int faultCode)
Undocumented in source.

Members

Variables

value
Variant value;
Undocumented in source.

Meta