using System; using System.Diagnostics; public class Exceptions { const int Depth = 10000; const int N = 20; [Benchmark] public static void ExplicitRethrow() { for(int i=0; i