__try { // The statements in here have a possibility of failure // and so are guarded. } __finally { // This is the exception handler. This code will execute // after the guarded statements, no matter what happened // in the guarded block of code above. } // This code will execute normally if the program flow allows // it (no goto, exit, etc.) |
欢迎光临 电子技术论坛_中国专业的电子工程师学习交流社区-中电网技术论坛 (http://bbs.eccn.com/) | Powered by Discuz! 7.0.0 |