C# 클래스 IronPigeon.BadAddressBookEntryException

An exception thrown when an error occurs while reading an address book entry.
상속: System.Exception
파일 보기 프로젝트 열기: AArnott/IronPigeon

공개 메소드들

메소드 설명
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