未处理异常-C#入门经典ppt

时间:2024-05-14 20:34:37
【文件属性】:

文件名称:未处理异常-C#入门经典ppt

文件大小:4.81MB

文件格式:PPT

更新时间:2024-05-14 20:34:37

C#入门

未处理异常 当CLR找不到处理异常的catch过滤器时 using System; class MyApp { public static void Main() { try { int dZero = 1/0; } finally { Console.WriteLine(“finally"); } } }


网友评论