C# Class CookComputing.XmlRpc.XmlRpcIllFormedXmlException

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

Méthodes publiques

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

Method Details

XmlRpcIllFormedXmlException() public méthode

public XmlRpcIllFormedXmlException ( ) : System
Résultat System

XmlRpcIllFormedXmlException() public méthode

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

XmlRpcIllFormedXmlException() public méthode

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