若在try{} catch{}的catch 块中加入
catch (Exception ex) { Response.Write(ex.Message); Response.End(); }
则捕获异常后,提示未知错误:1000正在终止线程