Exception 類型
發布時間:2018-02-03 08:43
作者:獨孤劍
閱讀:977
using System;
using System.Collections.Generic;
using System.Net;
using System.Text;
namespace Demo
{
class Program
{
static void Main(string[] args)
{
try
{
}catch(WebException wex)
{
test(wex);
}
catch (Exception ex)
{
test(ex);
}
}
static void test(Exception ex)
{
}
}
}
微信打賞, 微信掃一掃
支付寶打賞, 支付寶掃一掃
如果文章對您有幫助,歡迎給作者打賞