C# Class Fourth.Tradesimple.Fogbugz.FogbugzException

Inheritance: System.Exception
Exibir arquivo Open project: fourth/FogbugzClient

Public Methods

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

Protected Methods

Method Description
FogbugzException ( System info, System context ) : System

Private Methods

Method Description
ParseMessageFromResponse ( System.Xml.Linq.XElement errorElement ) : string

Method Details

FogbugzException() public method

public FogbugzException ( ) : System
return System

FogbugzException() protected method

protected FogbugzException ( System info, System context ) : System
info System
context System
return System

FogbugzException() public method

public FogbugzException ( System.Xml.Linq.XElement errorElement ) : System
errorElement System.Xml.Linq.XElement
return System

FogbugzException() public method

public FogbugzException ( string message, Exception inner ) : System
message string
inner System.Exception
return System