C# Класс Netsy.Helpers.NetsyException

Exception from the Etsy API Silverlight version, without Serialization
Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

NetsyException() публичный Метод

Initializes a new instance of the NetsyException class
public NetsyException ( ) : System
Результат System

NetsyException() публичный Метод

Initializes a new instance of the NetsyException class
public NetsyException ( string message ) : System
message string the message
Результат System

NetsyException() публичный Метод

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
Результат System