小编JLo*_*pez的帖子

异常处理

C#中有没有办法捕获任何异常?就像在C++中捕获任何类型的异常一样,格式就像

try{
//Statements
}
catch(...){
// Some more statements
}
Run Code Online (Sandbox Code Playgroud)

但是c#中的这种格式失败了.救命?

c# exception

1
推荐指数
1
解决办法
329
查看次数

标签 统计

c# ×1

exception ×1