C# Class CookComputing.XmlRpc.XmlRpcUnsupportedTypeException

Inheritance: XmlRpcException
Mostra file Open project: bricel/DrutNet

Public Methods

Method Description
XmlRpcUnsupportedTypeException ( Type t ) : System
XmlRpcUnsupportedTypeException ( Type t, string msg ) : System
XmlRpcUnsupportedTypeException ( Type t, string msg, Exception innerEx ) : System

Method Details

XmlRpcUnsupportedTypeException() public method

public XmlRpcUnsupportedTypeException ( Type t ) : System
t System.Type
return System

XmlRpcUnsupportedTypeException() public method

public XmlRpcUnsupportedTypeException ( Type t, string msg ) : System
t System.Type
msg string
return System

XmlRpcUnsupportedTypeException() public method

public XmlRpcUnsupportedTypeException ( Type t, string msg, Exception innerEx ) : System
t System.Type
msg string
innerEx System.Exception
return System