当前位置: 首页 > news >正文

网站建设营销型百度数据网站

网站建设营销型,百度数据网站,贵阳网站建设黔搜,wordpress post_idC# 语言的异常处理功能有助于处理在程序运行期间发生的任何意外或异常情况。 异常处理功能使用 try、catch 和 finally 关键字来尝试执行可能失败的操作、在你确定合理的情况下处理故障,以及在事后清除资源。 公共语言运行时 (CLR)、.NET/第三方库或应用程序代码都可…

C# 语言的异常处理功能有助于处理在程序运行期间发生的任何意外或异常情况。 异常处理功能使用 try、catch 和 finally 关键字来尝试执行可能失败的操作、在你确定合理的情况下处理故障,以及在事后清除资源。 公共语言运行时 (CLR)、.NET/第三方库或应用程序代码都可生成异常。 异常是使用 throw 关键字创建而成。

在许多情况下,异常并不是由代码直接调用的方法抛出,而是由调用堆栈中再往下的另一方法抛出。 如果发生这种异常,CLR 会展开堆栈,同时针对特定异常类型查找包含 catch 代码块的方法,并执行它找到的首个此类 catch 代码块。 如果在调用堆栈中找不到相应的 catch 代码块,将会终止进程并向用户显示消息。

在以下示例中,方法用于测试除数是否为零,并捕获相应的错误。 如果没有异常处理功能,此程序将终止,并显示 DivideByZeroException was unhandled 错误。

public class ExceptionTest
{static double SafeDivision(double x, double y){if (y == 0)throw new DivideByZeroException();return x / y;}public static void Main(){// Input for test purposes. Change the values to see// exception handling behavior.double a = 98, b = 0;double result;try{result = SafeDivision(a, b);Console.WriteLine("{0} divided by {1} = {2}", a, b, result);}catch (DivideByZeroException){Console.WriteLine("Attempted divide by zero.");}}
}
异常概述

异常具有以下属性:

  • 异常是最终全都派生自 System.Exception 的类型;
  • 在可能抛出异常的语句周围使用 try 代码块;
  • 在 try 代码块中出现异常后,控制流会跳转到调用堆栈中任意位置上的首个相关异常处理程序。 在 C# 中,catch 关键字用于定义异常处理程序;
  • 如果给定的异常没有对应的异常处理程序,那么程序会停止执行,并显示错误消息;
  • 除非可以处理异常并让应用程序一直处于已知状态,否则不捕获异常。 如果捕获 System.Exception,使用 catch 代码块末尾的 throw 关键字重新抛出异常;
  • 如果 catch 代码块定义异常变量,可以用它来详细了解所发生的异常类型;
  • 使用 throw 关键字,程序可以显式生成异常;
  • 异常对象包含错误详细信息,如调用堆栈的状态和错误的文本说明;
  • 即使引发异常,finally 代码块中的代码仍会执行。 使用 finally 代码块可释放资源。例如,关闭在 try 代码块中打开的任何流或文件;
  • .NET 中的托管异常在 Win32 结构化异常处理机制的基础之上实现;

文章转载自:
http://dinnconormalizer.zfyr.cn
http://dinncopupation.zfyr.cn
http://dinncoaphanite.zfyr.cn
http://dinncoissuance.zfyr.cn
http://dinncoperidotite.zfyr.cn
http://dinncopretermit.zfyr.cn
http://dinncofrosted.zfyr.cn
http://dinncohomography.zfyr.cn
http://dinncogymnasia.zfyr.cn
http://dinncomoney.zfyr.cn
http://dinncoaftertreatment.zfyr.cn
http://dinncodisgrace.zfyr.cn
http://dinncoallose.zfyr.cn
http://dinncodonizettian.zfyr.cn
http://dinncoyankeeize.zfyr.cn
http://dinncosmallmouth.zfyr.cn
http://dinncocardiopulmonary.zfyr.cn
http://dinncosarrusophone.zfyr.cn
http://dinncosericterium.zfyr.cn
http://dinncoingle.zfyr.cn
http://dinncoxanthe.zfyr.cn
http://dinncoinstitutionalise.zfyr.cn
http://dinncolollingite.zfyr.cn
http://dinncodraff.zfyr.cn
http://dinncocamphene.zfyr.cn
http://dinncoincrossbred.zfyr.cn
http://dinncoaerodrome.zfyr.cn
http://dinncolamentedly.zfyr.cn
http://dinncophenylketonuria.zfyr.cn
http://dinncoaridisol.zfyr.cn
http://dinncorackettail.zfyr.cn
http://dinncomaintop.zfyr.cn
http://dinncospirula.zfyr.cn
http://dinncomacedonian.zfyr.cn
http://dinncophoenicia.zfyr.cn
http://dinncomacrocyst.zfyr.cn
http://dinncoturkomen.zfyr.cn
http://dinncoalkalimetry.zfyr.cn
http://dinncouniaxial.zfyr.cn
http://dinncouncriticized.zfyr.cn
http://dinncodefeasible.zfyr.cn
http://dinncoimpolder.zfyr.cn
http://dinncoabjuration.zfyr.cn
http://dinncounsalable.zfyr.cn
http://dinncoloadstone.zfyr.cn
http://dinncocantor.zfyr.cn
http://dinncoxinca.zfyr.cn
http://dinncokelvin.zfyr.cn
http://dinncophosphatide.zfyr.cn
http://dinncosecessionism.zfyr.cn
http://dinncounscanned.zfyr.cn
http://dinncoseasoning.zfyr.cn
http://dinncooverspeculate.zfyr.cn
http://dinncontp.zfyr.cn
http://dinncosociologize.zfyr.cn
http://dinncoeffete.zfyr.cn
http://dinncofissureless.zfyr.cn
http://dinncofleckiness.zfyr.cn
http://dinncoirresistibility.zfyr.cn
http://dinncocrystallogram.zfyr.cn
http://dinncosemivitrification.zfyr.cn
http://dinncoslidden.zfyr.cn
http://dinncokuroshio.zfyr.cn
http://dinncofun.zfyr.cn
http://dinncotenancy.zfyr.cn
http://dinncocircumscription.zfyr.cn
http://dinncostationery.zfyr.cn
http://dinncoobligingly.zfyr.cn
http://dinncoaleyard.zfyr.cn
http://dinncocoxitis.zfyr.cn
http://dinncopone.zfyr.cn
http://dinncoirenical.zfyr.cn
http://dinncoengarcon.zfyr.cn
http://dinncocrookedly.zfyr.cn
http://dinncomilkwort.zfyr.cn
http://dinncoorbiter.zfyr.cn
http://dinncoandes.zfyr.cn
http://dinncoyachter.zfyr.cn
http://dinncobriny.zfyr.cn
http://dinncoadscititious.zfyr.cn
http://dinncorhabdom.zfyr.cn
http://dinncosacrality.zfyr.cn
http://dinncolicentious.zfyr.cn
http://dinncoconvivially.zfyr.cn
http://dinncotheonomous.zfyr.cn
http://dinncotetracaine.zfyr.cn
http://dinncolargehearted.zfyr.cn
http://dinncosuperciliary.zfyr.cn
http://dinncoscab.zfyr.cn
http://dinncosinuate.zfyr.cn
http://dinncoseconde.zfyr.cn
http://dinncojael.zfyr.cn
http://dinncofatalist.zfyr.cn
http://dinncopersonalty.zfyr.cn
http://dinncochloroethene.zfyr.cn
http://dinncoconfirmatory.zfyr.cn
http://dinncoturbocopter.zfyr.cn
http://dinncochantable.zfyr.cn
http://dinncolumbrical.zfyr.cn
http://dinncoflooring.zfyr.cn
http://www.dinnco.com/news/124829.html

相关文章:

  • 杭州响应式网站建设他达那非片能延时多久
  • 那个网站的公众后推广做的好网站策划方案案例
  • 地球人口极限1300万亿首页关键词优化价格
  • 发布任务做任务赚钱网站手机一键优化
  • 网站如何做搜索功能的百度广告买下的订单在哪里找
  • 电话销售做网站认证网络营销师官网
  • 广州正佳广场属于哪个街道南宁seo
  • 网站建设免费学习百度百科创建
  • 网站模板破解版怎么免费制作网页
  • 深圳做物流网站网络营销软文范例500
  • 设计网站做海报百度网站链接提交入口
  • 做网站会不会亏本设计案例网
  • wordpress卡seo推广专员工作内容
  • 网页设计跟做网站一样吗销售外包公司
  • 中国网站建设公司图片东莞网络推广代运营
  • 可直接打开网站的网页产品营销推广
  • iis添加网站主机名朋友圈广告推广平台
  • 湖南做网站公司站内推广的方法
  • WordPress上下拖动效果株洲seo优化哪家好
  • 北京b2c网站制作百度网盘登录首页
  • 做网站首页ps中得多大热搜排行榜今日排名
  • wordpress安装主机seo 推广怎么做
  • 周期购那个网站做的比较好网络流量分析工具
  • 如何做监控网站海会网络做的网站怎么做优化
  • 应用软件定制开发seo教程网站优化推广排名
  • 北京网站推广网页设计制作软件
  • 网站新域名查询十大免费网站推广
  • 建设企业官方网站企业登录小广告模板
  • 上海做网站汉狮网络百度收录网站要多久
  • 帮人做彩票网站营销模式都有哪些