Namespace RTException Utils details. All accessory functionalities arround RTException. More...
Namespace RTException Utils details. All accessory functionalities arround RTException.
Functions | |
| void | RTExceptionInDestructor (RTException &e) |
| Function to call when an RTException is catched in a destructor in order to print it out as a DebugMessage. More... | |
| void | NonRTExceptionInDestructor (PCChar8 sourceFileLine) |
| Function to call when a non RTException is catched in a destructor in order to print it out as a DebugMessage. More... | |
Variables | |
| Delegate< RTException & > * | BeforeThrowException |
| Delegate called when an exception is created. More... | |
| void NonRTExceptionInDestructor | ( | PCChar8 | sourceFileLine | ) |
Function to call when a non RTException is catched in a destructor in order to print it out as a DebugMessage.
Will print out the message in the EventDebugMessage.
| sourceFileLine | The source file line. |
| void RTExceptionInDestructor | ( | RTException & | e | ) |
Function to call when an RTException is catched in a destructor in order to print it out as a DebugMessage.
Will print out the message in the EventDebugMessage.
| e | The RT Exception. |
| Delegate< RTException & > * BeforeThrowException |
Delegate called when an exception is created.
This happen when THROW_RT_EXCEPTION(...) is called.