C# Class Netsy.Helpers.NetsyException

Exception from the Etsy API Silverlight version, without Serialization
Inheritance: System.Exception
Show file Open project: AnthonySteele/Netsy

Public Methods

Method 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 method

Initializes a new instance of the NetsyException class
public NetsyException ( ) : System
return System

NetsyException() public method

Initializes a new instance of the NetsyException class
public NetsyException ( string message ) : System
message string the message
return System

NetsyException() public method

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
return System