Property | Description | |||
Returns | The full message from the exception. | |||
Description | Gets the error message stored against the exception | |||
Remarks | This function will get the error message from this exception, and recurse through all the child exceptions (inner exceptions) appending error messages from them. | |||
Example |
try { // create an instance of the class to load the XML file into ElmSequence::CElmSequencePtr spElm = ElmSequence::CElmSequence::CreateInstance(); ElmSequence::CBasicElementPtr spBasElm = ElmSequence::CBasicElement::CreateInstance(); spElm->SetBasicElement(spBasElm); |