C# Class CookComputing.XmlRpc.XmlRpcTypeMismatchException

Inheritance: XmlRpcException
Mostra file Open project: bricel/DrutNet

Public Methods

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

Method Details

XmlRpcTypeMismatchException() public method

public XmlRpcTypeMismatchException ( ) : System
return System

XmlRpcTypeMismatchException() public method

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

XmlRpcTypeMismatchException() public method

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