Example #1
0
 public void OnEvent(object sender, UncaughtExceptionEventArgs args)
 {
     _enclosing._uncaughtExceptions.Add(args.Exception
         );
 }
Example #2
0
			public void OnEvent(object sender, UncaughtExceptionEventArgs args)
			{
				Assert.AreSame(exception, ((UncaughtExceptionEventArgs)args).Exception);
				executed.value = true;
			}
			public void OnEvent(object sender, UncaughtExceptionEventArgs args)
			{
				this._enclosing._uncaughtExceptions.Add(((UncaughtExceptionEventArgs)args).Exception
					);
			}