C# Class Netsy.Helpers.NetsyException

Exception from the Etsy API Silverlight version, without Serialization
Inheritance: System.Exception
Afficher le fichier Open project: AnthonySteele/Netsy

Méthodes publiques

Méthode Description
NetsyException ( ) : System

Initializes a new instance of the NetsyException class

NetsyException ( string message ) : System

Initializes a new instance of the NetsyException class

NetsyException ( string message, Exception innerException ) : System

Initializes a new instance of the NetsyException class

Method Details

NetsyException() public méthode

Initializes a new instance of the NetsyException class
public NetsyException ( ) : System
Résultat System

NetsyException() public méthode

Initializes a new instance of the NetsyException class
public NetsyException ( string message ) : System
message string the message
Résultat System

NetsyException() public méthode

Initializes a new instance of the NetsyException class
public NetsyException ( string message, Exception innerException ) : System
message string the message
innerException System.Exception the exception to wrap
Résultat System