C# Class Fourth.Tradesimple.Fogbugz.FogbugzException

Inheritance: System.Exception
Afficher le fichier Open project: fourth/FogbugzClient

Méthodes publiques

Méthode Description
FogbugzException ( ) : System
FogbugzException ( System.Xml.Linq.XElement errorElement ) : System
FogbugzException ( string message, Exception inner ) : System

Méthodes protégées

Méthode Description
FogbugzException ( System info, System context ) : System

Private Methods

Méthode Description
ParseMessageFromResponse ( System.Xml.Linq.XElement errorElement ) : string

Method Details

FogbugzException() public méthode

public FogbugzException ( ) : System
Résultat System

FogbugzException() protected méthode

protected FogbugzException ( System info, System context ) : System
info System
context System
Résultat System

FogbugzException() public méthode

public FogbugzException ( System.Xml.Linq.XElement errorElement ) : System
errorElement System.Xml.Linq.XElement
Résultat System

FogbugzException() public méthode

public FogbugzException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System