C# Class Joshi.Utils.Imap.ImapException

Imap Exception class which implements Imap releted exceptions
Inheritance: System.ApplicationException
Show file Open project: rohitjoshi/ImapLibrary Class Usage Examples

Public Methods

Method Description
ImapException ( ImapErrorEnum Type ) : System

Constructor

ImapException ( ImapErrorEnum Type, string error ) : System

Constructor

ImapException ( String message ) : System

Constructor

ImapException ( String message, Exception inner ) : System

Constructor

Private Methods

Method Description
GetDescription ( ImapErrorEnum Type ) : string

Get Description for specified Type

Method Details

ImapException() public method

Constructor
public ImapException ( ImapErrorEnum Type ) : System
Type ImapErrorEnum ImapErrorEnum
return System

ImapException() public method

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

ImapException() public method

Constructor
public ImapException ( String message ) : System
message String string
return System

ImapException() public method

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