SRGraphException Class Overview

Based upon CException the SRGraphException class allows graceful recovery from errors. Use the TRY {...}, CATCH (SRGraphException,e){...} and END_CATCH macros to enable exception handling in Objective Chart applications.

The exception handler will automatically display a message about the exception if the error goes un-handled. These messages are found in the string table of the SRGraphRes.RC file which must be included in the compile time directives of your application.