![]() |
Vault
4.1
|
This simple helper class throws an exception with a stack trace included, without having to pass the boolean as you do with the base class. More...
#include <vexception.h>
Public Member Functions | |
VStackTraceException (const VString &errorString) | |
VStackTraceException (int error, const VString &errorString) | |
VStackTraceException (const VSystemError &error, const VString &errorString) |
This simple helper class throws an exception with a stack trace included, without having to pass the boolean as you do with the base class.
Definition at line 342 of file vexception.h.