C# Class Joshi.Utils.Imap.ImapException

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

Méthodes publiques

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

Méthode Description
GetDescription ( ImapErrorEnum Type ) : string

Get Description for specified Type

Method Details

ImapException() public méthode

Constructor
public ImapException ( ImapErrorEnum Type ) : System
Type ImapErrorEnum ImapErrorEnum
Résultat System

ImapException() public méthode

Constructor
public ImapException ( ImapErrorEnum Type, string error ) : System
Type ImapErrorEnum ImapErrorEnum
error string string
Résultat System

ImapException() public méthode

Constructor
public ImapException ( String message ) : System
message String string
Résultat System

ImapException() public méthode

Constructor
public ImapException ( String message, Exception inner ) : System
message String string
inner System.Exception Exception
Résultat System