예제 #1
0
 static void Caller(bool b)
 {
     Throws.M(false);
     if (b)
     {
         Console.WriteLine("A really long string to get us past the limits of Lib1.dll's string blob");
         throw new Exception("Another really long string just because we can!");
     }
 }