捕获异常

try
{

}
catch(Expection ex)
{
    Response.Write(ex.Message);
}


原文地址:https://www.cnblogs.com/yueyuepeng/p/4161008.html