C# Class CookComputing.XmlRpc.XmlRpcNullParameterException

Inheritance: XmlRpcException
Show file Open project: bricel/DrutNet

Public Methods

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

Method Details

XmlRpcNullParameterException() public method

public XmlRpcNullParameterException ( ) : System
return System

XmlRpcNullParameterException() public method

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

XmlRpcNullParameterException() public method

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