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