异常处理

//Microsoft extension in C and C++ 
__try {
    // guarded code
}
__finally {
    // termination code
}