捕获异常

try
{

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


 

posted @ 2014-12-13 10:23  YueYuePeng  阅读(115)  评论(0)    收藏  举报