CODConverterException::CODConverterException
Constructor
Defined in: OdSymbolConverter.cpp
Syntax
CODConverterException::CODConverterException(CString strMessage, ErrorCode nErrorCode);CODConverterException::CODConverterException(int nMessageID, ErrorCode nErrorCode);
Parameters
strMessage
String describing the error encountered.
nMessageID
String resource ID for string describing the error encountered.
nErrorCode
Error code corresponding to the error encountered.