C# Класс Joshi.Utils.Imap.ImapException

Imap Exception class which implements Imap releted exceptions
Наследование: System.ApplicationException
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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