标签:
CSeException
class is based on CException
class provided by MFC. I overwrite some of useful methods, but it is working same way like any other exception class based on CException
class - you can find description in documentation provided by Visual C++.
Source Files :
Demo Project:
The Result:
From: http://www.codeproject.com/KB/cpp/seexception.aspx
http://blog.csdn.net/wangningyu/article/details/4579127
SEH and C++ Exceptions,自定义CSeException
标签:
原文地址:http://www.cnblogs.com/findumars/p/5928699.html