.NET進階之路 - API封裝

1.異常拋出 封裝API時,若是參數爲必填項,檢測參數不合格時,應當拋出傳入參數不正確的異常(絕對不容許的錯誤,也應該拋出異常)web public int test(string arg1, string arg2, out string msg){ if(string.IsNullOrEmpty(arg1)) throw new Exception("arg1 不能爲
相關文章
相關標籤/搜索