CODConverterException Class

class CODConverterException

Symbol converter exception (thrown in CODSymbolConverter class)

Defined in: OdSymbolConverter.h

Class Members

const enum ErrorCode

Exception error codes.

VIEWS_API CODConverterException(CString strMessage, ErrorCode nErrorCode)

Constructor

VIEWS_API CODConverterException(int nMessageID, ErrorCode nErrorCode)

Constructor

VIEWS_API CString GetMessage() const

Returns an informational message about the exception.

VIEWS_API 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.