您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. log4net示例代码 c# .net 4.0框架

  2. log4net示例代码 c# .net4.0 框架
  3. 所属分类:C#

    • 发布日期:2013-11-27
    • 文件大小:578560
    • 提供者:dyh0
  1. Global.cs中自动获取未处理的异常

  2. 下面就是简单的事例: 1)引起异常的代码 代码如下: protected void Button1_Click(object sender, EventArgs e) { int a = 5; int b = 2; int c; c = a / (b – 2); } 2)Global.cs中的代码 代码如下: protected void Application_Error(object sender, EventArgs e) { //获取异常信息 string strError = S
  3. 所属分类:其它

    • 发布日期:2021-01-02
    • 文件大小:37888
    • 提供者:weixin_38729607