Generic exit eception. More...
#include <XSynergy.h>
Inherits XSynergy.
Public Member Functions | |
| XExitApp (int code) | |
| int | getCode () const throw () |
| Get the exit code. | |
Protected Member Functions | |
| virtual CString | getWhat () const throw () |
| Get a human readable string describing the exception. | |
Generic exit eception.
Thrown when we want to abort, with the opportunity to clean up. This is a little bit of a hack, but it's a better way of exiting, than just calling exit(int).
Definition at line 121 of file XSynergy.h.
1.7.1