MS
This commit is contained in:
@@ -112,8 +112,8 @@ Public NotInheritable Class frmSplash
|
||||
Private Sub bw_RunWorkerCompleted(sender As Object, e As System.ComponentModel.RunWorkerCompletedEventArgs)
|
||||
' Bei Fehler MsgBox anzeigen und Programm beenden
|
||||
If e.Error IsNot Nothing Then
|
||||
LOGGER.Info("Unexpected error in Initializing application....")
|
||||
MsgBox(e.Error.Message, MsgBoxStyle.Critical, "Unexpected error in Initializing application")
|
||||
LOGGER.Error(e.Error)
|
||||
MsgBox(e.Error.Message & vbNewLine & e.Error.StackTrace.ToString, MsgBoxStyle.Critical, "Unexpected error in Initializing application")
|
||||
Application.Exit()
|
||||
End If
|
||||
|
||||
|
||||
Reference in New Issue
Block a user