kmy_for_yukar
SharpKmyCore
Exception.h
1
#ifndef __EXCEPTION_H__
2
#define __EXCEPTION_H__
3
#define BEGIN_TRY try{
4
#define END_TRY }catch(...){throw gcnew Exception();}
5
#endif
//__EXCEPTION_H__
Generated by
1.9.4