Handle exceptions from multiple methods

前端 未结 0 1117
北海茫月
北海茫月 2021-01-31 15:13

I have a method that looks like this

private void Foo()
{
   Method1(var1)
   Method2(var1)
   Method3(var2)
   Method4(var3)
   ...
   //lots of methods in a row         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题