Logo
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__