在Web网站中,使用System.Web.HttpContext.Current.Response.Write("<script>alert('异常:"+exp.Message+"');history.back();</script>");
或者Response.Write("<script>alert('异常:"+exp.Message+"');history.back();</script>");
在Win Form 应用程序中,则是使用MessageBox.Show(string text,string cation);来实现。