|
|
@ -50,9 +50,9 @@ namespace BBWYB.Client |
|
|
|
gl.UserToken = userToken; |
|
|
|
|
|
|
|
#region 注册全局异常
|
|
|
|
this.DispatcherUnhandledException += App_DispatcherUnhandledException; ; |
|
|
|
AppDomain.CurrentDomain.UnhandledException += CurrentDomain_UnhandledException; ; |
|
|
|
TaskScheduler.UnobservedTaskException += TaskScheduler_UnobservedTaskException; ; |
|
|
|
this.DispatcherUnhandledException += App_DispatcherUnhandledException; |
|
|
|
AppDomain.CurrentDomain.UnhandledException += CurrentDomain_UnhandledException; |
|
|
|
TaskScheduler.UnobservedTaskException += TaskScheduler_UnobservedTaskException; |
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
|
|