#include <MaxExceptions.h>
Thrown when a null pointer is dereferenced.
Public Member Functions |
|
NullDereferenceException (const MCHAR *message) | |
const MCHAR * | What () const |
Returns the message of the exception.
|
NullDereferenceException | ( | const MCHAR * | message | ) |
const MCHAR* What | ( | ) | const [virtual] |