现在的位置: 首页 > 综合 > 正文

SEH and C++ Exceptions

2018年05月29日 ⁄ 综合 ⁄ 共 3950字 ⁄ 字号 评论关闭

Description of CSeException

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++.

 

 

By Martin Ziacek 

 

Source Files :

 

 

Demo Project:

 

The Result:

SEH

 

 

From: http://www.codeproject.com/KB/cpp/seexception.aspx

抱歉!评论已关闭.