CDBErrorInfo Class Members

Methods

GetErrorRecords Gets error records for the specified object.
GetAllErrorInfo Returns all error information contained in an error record.
GetBasicErrorInfo Calls IErrorRecords::GetBasicErrorInfo to return basic information about the specified error.
GetCustomErrorObject Calls IErrorRecords::GetCustomErrorObject to return a pointer to an interface on a custom error object.
GetErrorInfo Calls IErrorRecords::GetErrorInfo to return an IErrorInfo interface pointer to the specified record.
GetErrorParameters Calls IErrorRecords::GetErrorParameters to return the error parameters.

Data Members

m_spErrorRecords Pointer to an OLE DB IErrorRecords object.

CDBErrorInfo Overview