Browse Source

Continue with last commit

felix 1 year ago
parent
commit
e8fa16bfae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      FISSDK/FIS/App.xaml.cs

+ 1 - 1
FISSDK/FIS/App.xaml.cs

@@ -39,7 +39,7 @@ namespace FIS
 
         private void OnUnhandledException(object sender, UnhandledExceptionEventArgs e)
         {
-            FISIMPL.FISIMPL.WriteErrorLog($"FIS Exe OnUnhandledException Invoke:{e}");
+            FISIMPL.FISIMPL.WriteErrorLog($"FIS Exe OnUnhandledException Invoke:{e.ExceptionObject}");
         }
 
         private void OnDispatcherUnhandledException(object sender, DispatcherUnhandledExceptionEventArgs e)