Lhaz
|
#include <WinUnit.h>
公開メンバ関数 | |
virtual const wchar_t * | Message ()=0 |
Returns the message associated with this exception. | |
virtual | ‾AssertException ()=0 |
AssertException is a base class for wide-character and ANSI versions, used when _UNICODE is defined or not defined, respectively. The "Message" method is wide-character-only, so the ANSI version has to account for this. You do not need to use this class if you are not implementing your own asserts–use the WIN_ASSERT* macros instead (see Assert Macros and Functions).
|
inlinepure virtual |
|
pure virtual |
Returns the message associated with this exception.
WinUnit::AssertExceptionW< size >, WinUnit::AssertExceptionW< MAX_ASSERT_MESSAGE_LENGTH >で実装されています。