CODConverterException Class

class CODConverterException

Symbol converter exception (thrown in CODSymbolConverter class)

Defined in: OdSymbolConverter.h

Class Members

const enum  ErrorCode

Exception error codes.

 CODConverterException(CString strMessage, ErrorCode nErrorCode)

Constructor

 CODConverterException(int nMessageID, ErrorCode nErrorCode)

Constructor

CString  GetMessage() const

Returns an informational message about the exception.

ErrorCode  GetErrorCode() const

Returns error code for the exception.

CString m_strMessage

Informational string describing the exception.

ErrorCode m_nErrorCode

Error code indicating reason for the exception.