1. 首页
  2. 移动开发
  3. 其他
  4. VC CFileException异常处理用法范例.rar

VC CFileException异常处理用法范例.rar

上传者: 2020-07-29 03:04:36上传 RAR文件 22.01KB 热度 13次
VC CFileException异常处理用法范例,   catch(CFileException* e)   {    switch(e->m_cause)    {    case CFileException::fileNotFound:    {    strMessage.Format("打开文件时发生异常(try/catch):\    在指定位置没有找到文件%s\n",strFile);    AfxMessageBox(strMessage);    TRACE("即将删除捕获到的异常对象CFileException::fileNotFound\n");
用户评论