2018-05-24 12:24:39 +08:00
|
|
|
|
#include "..\e2dcustom.h"
|
|
|
|
|
|
|
2018-07-06 12:59:32 +08:00
|
|
|
|
e2d::SystemException::SystemException() E2D_NOEXCEPT
|
2018-05-24 12:24:39 +08:00
|
|
|
|
: Exception(L"δ֪<EFBFBD><EFBFBD>ϵͳ<EFBFBD>쳣")
|
|
|
|
|
|
{
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2018-07-06 12:59:32 +08:00
|
|
|
|
e2d::SystemException::SystemException(const String& message) E2D_NOEXCEPT
|
2018-05-24 12:24:39 +08:00
|
|
|
|
: Exception(message)
|
|
|
|
|
|
{
|
|
|
|
|
|
}
|
|
|
|
|
|
|