예제 #1
0
EOSExtException::EOSExtException(const UnicodeString & Msg) :
  ExtException(OBJECT_CLASS_EOSExtException, Msg, LastSysErrorMessage())
{
}
예제 #2
0
EOSExtException::EOSExtException(const UnicodeString & Msg) :
  ExtException(Msg, LastSysErrorMessage())
{
}