Example #1
0
 internal void SetFinalExceptionHandler(DispatcherExceptionEventHandler handler)
 {
     _finalExceptionHandler = handler;
 }
Example #2
0
 internal void SetFinalExceptionHandler(DispatcherExceptionEventHandler handler)
 {
     _finalExceptionHandler = handler;
 }
Example #3
0
 internal static void SetFinalDispatcherExceptionHandler(DispatcherExceptionEventHandler handler)
 {
     Dispatcher.CurrentDispatcher.SetFinalExceptionHandler(handler);
 }
Example #4
0
 internal static void SetFinalDispatcherExceptionHandler(DispatcherExceptionEventHandler handler)
 {
     Dispatcher.CurrentDispatcher.SetFinalExceptionHandler(handler);
 }