Microsoft Foundation Classes (mfc.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Exception Processing
                                              Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  This topic describes macros and global functions that relate to
  exception processing.
 
  The diagnostic services fall into the following three categories:
  Exception Macros               Macros that generate exceptions.
 
  Exception Throwing Functions   Functions that generate exceptions.
 
  Termination Functions          Functions that cause program
                                   termination.
 
  NOTE: The AfxThrow functions are equivalent to the THROW macro with the
        appropriate exception class as an argument.
 
  To use these macros and global functions, add the following directive at
  the top of your program:
 
  #include <afx.h>
 
  See Also
 
  CException
 
 
                                     -♦-