1 try
2 {
3 throw new System.Exception("Hello,Exception");
4 }
5 catch (System.Exception ex)
6 {
7 info (ex.Message);
8 }
D365 :中的Try catch
最新推荐文章于 2025-03-16 16:12:20 发布