C# Class IronPigeon.BadAddressBookEntryException

An exception thrown when an error occurs while reading an address book entry.
Inheritance: System.Exception
Afficher le fichier Open project: AArnott/IronPigeon

Méthodes publiques

Méthode Description
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.

Method Details

BadAddressBookEntryException() public méthode

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

BadAddressBookEntryException() public méthode

Initializes a new instance of the BadAddressBookEntryException class.
public BadAddressBookEntryException ( string message ) : System
message string The message that describes the error.
Résultat System

BadAddressBookEntryException() public méthode

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.
Résultat System