C# Class CookComputing.XmlRpc.XmlRpcUnexpectedTypeException

Inheritance: XmlRpcException
Exibir arquivo Open project: bricel/DrutNet

Public Methods

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

Method Details

XmlRpcUnexpectedTypeException() public method

public XmlRpcUnexpectedTypeException ( ) : System
return System

XmlRpcUnexpectedTypeException() public method

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

XmlRpcUnexpectedTypeException() public method

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