异常处理模板

try
 {
 }
 catch (CMemoryException* e)
 {
  
 }
 catch (CFileException* e)
 {
 }
 catch (CException* e)
 {
 }

你可能感兴趣的:(异常处理模板)