|
OWLNext 6.32
|
#include <applicat.h>
Public Member Functions | |
| TXInvalidMainWindow () | |
| void | Throw () |
Static Public Member Functions | |
| static void | Raise () |
A nested class, TXInvalidMainWindow describes an exception that results from an invalid Window. This exception is thrown if there is not enough memory to create a window or a dialog object. TApplication::InitInstance throws this exception if it can't initialize an instance of an application object.
| owl::TXInvalidMainWindow::TXInvalidMainWindow | ( | ) |
Constructs a TXInvalidMainWindow object with a default IDS_INVALIDMAINWINDOW.
| void owl::TXInvalidMainWindow::Raise | ( | ) | [static] |
Throws a TXInvalidMainWindow exception.
References TXInvalidMainWindow().
| void owl::TXInvalidMainWindow::Throw | ( | ) | [virtual] |
Throws the exception object. Throw must be implemented in any class derived from TXOwl.
Reimplemented from owl::TXOwl.
1.7.4