C# Класс IronPigeon.BadAddressBookEntryException

An exception thrown when an error occurs while reading an address book entry.
Наследование: System.Exception
Показать файл Открыть проект

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

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

Initializes a new instance of the BadAddressBookEntryException class.

BadAddressBookEntryException ( string message ) : System

Initializes a new instance of the BadAddressBookEntryException class.

BadAddressBookEntryException ( string message, Exception inner ) : System

Initializes a new instance of the BadAddressBookEntryException class.

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

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

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

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

Initializes a new instance of the BadAddressBookEntryException class.
public BadAddressBookEntryException ( string message ) : System
message string The message that describes the error.
Результат System

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

Initializes a new instance of the BadAddressBookEntryException class.
public BadAddressBookEntryException ( string message, Exception inner ) : System
message string The error message that explains the reason for the exception.
inner System.Exception The inner exception.
Результат System