C# Class CookComputing.XmlRpc.XmlRpcUnsupportedTypeException

Inheritance: XmlRpcException
Afficher le fichier Open project: bricel/DrutNet

Méthodes publiques

Méthode Description
XmlRpcUnsupportedTypeException ( Type t ) : System
XmlRpcUnsupportedTypeException ( Type t, string msg ) : System
XmlRpcUnsupportedTypeException ( Type t, string msg, Exception innerEx ) : System

Method Details

XmlRpcUnsupportedTypeException() public méthode

public XmlRpcUnsupportedTypeException ( Type t ) : System
t System.Type
Résultat System

XmlRpcUnsupportedTypeException() public méthode

public XmlRpcUnsupportedTypeException ( Type t, string msg ) : System
t System.Type
msg string
Résultat System

XmlRpcUnsupportedTypeException() public méthode

public XmlRpcUnsupportedTypeException ( Type t, string msg, Exception innerEx ) : System
t System.Type
msg string
innerEx System.Exception
Résultat System