1 try
2 {
3 throw new System.Exception("Hello,Exception");
4 }
5 catch (System.Exception ex)
6 {
7 info (ex.Message);
8 }
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
1 try
2 {
3 throw new System.Exception("Hello,Exception");
4 }
5 catch (System.Exception ex)
6 {
7 info (ex.Message);
8 }
原文:https://blog.csdn.net/m0_46115516/article/details/121418791
QQ:769220720