Joshi.Utils.Imap.ImapException.ImapException C# (CSharp) Méthode

ImapException() public méthode

Constructor
public ImapException ( ImapErrorEnum Type ) : System
Type ImapErrorEnum ImapErrorEnum
Résultat System
        public ImapException(ImapErrorEnum Type)
        {
            errorType = Type;
            message = GetDescription(Type);
        }

Same methods

ImapException::ImapException ( ImapErrorEnum Type, string error ) : System
ImapException::ImapException ( String message ) : System
ImapException::ImapException ( String message, Exception inner ) : System