C# Class CookComputing.XmlRpc.XmlRpcMappingSerializeException

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

Méthodes publiques

Méthode Description
XmlRpcMappingSerializeException ( ) : System
XmlRpcMappingSerializeException ( string msg ) : System
XmlRpcMappingSerializeException ( string msg, Exception innerEx ) : System

Method Details

XmlRpcMappingSerializeException() public méthode

public XmlRpcMappingSerializeException ( ) : System
Résultat System

XmlRpcMappingSerializeException() public méthode

public XmlRpcMappingSerializeException ( string msg ) : System
msg string
Résultat System

XmlRpcMappingSerializeException() public méthode

public XmlRpcMappingSerializeException ( string msg, Exception innerEx ) : System
msg string
innerEx System.Exception
Résultat System