码迷,mamicode.com
首页 > Windows程序 > 详细

Exception Handling Statements (C# Reference)

时间:2015-07-17 11:55:05      阅读:185      评论:0      收藏:0      [点我收藏+]

标签:

 

Exception Handling Statements (C# Reference)

C# provides built-in support for handling anomalous situations, known as exceptions, which may occur during the execution of your program.

These exceptions are handled by code that is outside the normal flow of control.
The following exception handling topics are explained in this section:

  1. throw
  2. try-catch
  3. try-finally
  4. try-catch-finally

Exception Handling Statements (C# Reference)

标签:

原文地址:http://www.cnblogs.com/chucklu/p/4653713.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!