Dacons LLP Mailit for C/C++ Version 1.0.8

Emai::Exception Class Reference

General exceptions class. More...

#include <EmaiExceptions.hpp>

Inheritance diagram for Emai::Exception:

Emai::CallNotInContextException Emai::CommandCancelledException Emai::CommandFailedException List of all members.

Public Member Functions

 ~Exception ()
 Exception (EmaiError inErrorCode)
EmaiError GetErrorCode () const
 Get error code.

Protected Attributes

EmaiError mErrorCode

Detailed Description

General exceptions class.

Definition at line 30 of file EmaiExceptions.hpp.


Member Function Documentation

EmaiError Emai::Exception::GetErrorCode (  )  const [inline]

Get error code.

Returns:
Result code (See EmaiEnumResultCodes)

Definition at line 52 of file EmaiExceptions.hpp.

References mErrorCode.

00053                                         {
00054                                             return mErrorCode;
00055                                         }


The documentation for this class was generated from the following file: