C# 클래스 Joshi.Utils.Imap.ImapException

Imap Exception class which implements Imap releted exceptions
상속: System.ApplicationException
파일 보기 프로젝트 열기: rohitjoshi/ImapLibrary 1 사용 예제들

공개 메소드들

메소드 설명
ImapException ( ImapErrorEnum Type ) : System

Constructor

ImapException ( ImapErrorEnum Type, string error ) : System

Constructor

ImapException ( String message ) : System

Constructor

ImapException ( String message, Exception inner ) : System

Constructor

비공개 메소드들

메소드 설명
GetDescription ( ImapErrorEnum Type ) : string

Get Description for specified Type

메소드 상세

ImapException() 공개 메소드

Constructor
public ImapException ( ImapErrorEnum Type ) : System
Type ImapErrorEnum ImapErrorEnum
리턴 System

ImapException() 공개 메소드

Constructor
public ImapException ( ImapErrorEnum Type, string error ) : System
Type ImapErrorEnum ImapErrorEnum
error string string
리턴 System

ImapException() 공개 메소드

Constructor
public ImapException ( String message ) : System
message String string
리턴 System

ImapException() 공개 메소드

Constructor
public ImapException ( String message, Exception inner ) : System
message String string
inner System.Exception Exception
리턴 System