3 public class MyEx
: Exception
{
9 public static int test (int a
) {
15 } catch (Exception ex
) {
23 public static int Main () {
37 // we should get here because rethrow rethrows the dividebyzero ex
38 // not the exception assigned to the local var (a MyEx)