Esempio n. 1
0
 public int FooExcept(string arg1, float arg2, ArgType arg3, string password)
 {
     throw new Exception("Exception");
 }
Esempio n. 2
0
 public int Foo(string arg1, float arg2, ArgType arg3, string password)
 {
     return 45;
 }