EasyDelegate
2.0
Delegate and deferred callers for C++11.
|
An exception type that is thrown by the EasyDelegate library when a member delegate type has attempted to make a call using a NULL 'this' pointer. More...
#include <exceptions.hpp>
Public Member Functions | |
virtual const char * | what () const throw () |
Returns a pointer to the exception text from the exception. More... | |
An exception type that is thrown by the EasyDelegate library when a member delegate type has attempted to make a call using a NULL 'this' pointer.
|
inlinevirtual |
Returns a pointer to the exception text from the exception.