2009年12月11日

ASP.NET错误处理

摘要: using System;using System.Web;namespace Water.Basis{ public class ErrorLog { static ErrorLog() { } #region WriteEntry public static void WriteEntry() { Exception erroy = HttpContext.Current.Server.Get... 阅读全文

posted @ 2009-12-11 11:02 韩显川 阅读(152) 评论(0) 推荐(0)

导航