Microsoft.Silverlight.Testing.Harness.GlobalExceptionHandler.OnGlobalException C# (CSharp) Метод

OnGlobalException() приватный Метод

Internal event that is hooked up to the global exception handler.
private OnGlobalException ( object sender, System.Windows.ApplicationUnhandledExceptionEventArgs e ) : void
sender object Source object of the event.
e System.Windows.ApplicationUnhandledExceptionEventArgs Event arguments.
Результат void
        private void OnGlobalException(object sender, 
#if SILVERLIGHT
            ApplicationUnhandledExceptionEventArgs e
#else