C#中有没有办法捕获任何异常?就像在C++中捕获任何类型的异常一样,格式就像
try{ //Statements } catch(...){ // Some more statements }
但是c#中的这种格式失败了.救命?
c# exception
c# ×1
exception ×1