Пример #1
0
 internal void SetFinalExceptionHandler(DispatcherExceptionEventHandler handler)
 {
     _finalExceptionHandler = handler;
 }
Пример #2
0
 internal void SetFinalExceptionHandler(DispatcherExceptionEventHandler handler)
 {
     _finalExceptionHandler = handler;
 }
Пример #3
0
 internal static void SetFinalDispatcherExceptionHandler(DispatcherExceptionEventHandler handler)
 {
     Dispatcher.CurrentDispatcher.SetFinalExceptionHandler(handler);
 }
Пример #4
0
 internal static void SetFinalDispatcherExceptionHandler(DispatcherExceptionEventHandler handler)
 {
     Dispatcher.CurrentDispatcher.SetFinalExceptionHandler(handler);
 }