C# Class CookComputing.XmlRpc.XmlRpcUnsupportedMethodException

Inheritance: XmlRpcException
Mostra file Open project: bricel/DrutNet

Public Methods

Method Description
XmlRpcUnsupportedMethodException ( ) : System
XmlRpcUnsupportedMethodException ( string msg ) : System
XmlRpcUnsupportedMethodException ( string msg, Exception innerEx ) : System

Method Details

XmlRpcUnsupportedMethodException() public method

public XmlRpcUnsupportedMethodException ( ) : System
return System

XmlRpcUnsupportedMethodException() public method

public XmlRpcUnsupportedMethodException ( string msg ) : System
msg string
return System

XmlRpcUnsupportedMethodException() public method

public XmlRpcUnsupportedMethodException ( string msg, Exception innerEx ) : System
msg string
innerEx System.Exception
return System