public int FooExcept(string arg1, float arg2, ArgType arg3, string password) { throw new Exception("Exception"); }
public int Foo(string arg1, float arg2, ArgType arg3, string password) { return 45; }