Core Library
|
The type of exception thrown when an invalid argument is passed to a function. More...
#include <InvalidArgException.hpp>
Public Member Functions | |
InvalidArgException (const tstring &strDetails) | |
Construction from a string containing the details. | |
virtual | ~InvalidArgException () throw () |
Destructor. |
The type of exception thrown when an invalid argument is passed to a function.
Core::InvalidArgException::InvalidArgException | ( | const tstring & | strDetails | ) | [inline] |
Construction from a string containing the details.
Core::InvalidArgException::~InvalidArgException | ( | ) | throw () [inline, virtual] |
Destructor.