C# Класс FlickrNet.ResponseXmlException

Наследование: FlickrException
Показать файл Открыть проект

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

Метод Описание
ResponseXmlException ( ) : System

Initializes a new instance of the ResponseXmlException class.

ResponseXmlException ( string message ) : System

Initializes a new instance of the ResponseXmlException class with a specified error message.

ResponseXmlException ( string message, Exception innerException ) : System

Initializes a new instance of the ResponseXmlException class with a specified error message and a reference to the inner exception that is the cause of this exception.

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

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

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

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

Initializes a new instance of the ResponseXmlException class with a specified error message.
public ResponseXmlException ( string message ) : System
message string
Результат System

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

Initializes a new instance of the ResponseXmlException class with a specified error message and a reference to the inner exception that is the cause of this exception.
public ResponseXmlException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System