Пример #1
0
 public int FooExcept(string arg1, float arg2, ArgType arg3, string password)
 {
     throw new Exception("Exception");
 }
Пример #2
0
 public int Foo(string arg1, float arg2, ArgType arg3, string password)
 {
     return 45;
 }