MS Reload nach Error in LoadProfilfromGrid

This commit is contained in:
SchreiberM 2021-11-12 10:48:34 +01:00
parent 3114bfc123
commit 8545bed923

View File

@ -1347,7 +1347,8 @@ Public Class frmMain
Catch ex As Exception
LOGGER.Error(ex)
MsgBox(ex.Message, MsgBoxStyle.Critical, "Unexpected error in Load_Profil_from_Grid: ")
MsgBox("Unexpected error in Load_Profil_from_Grid: " & ex.Message & vbNewLine & ADDITIONAL_TITLE & " will try to reload the overview - Please try again!", MsgBoxStyle.Information, ADDITIONAL_TITLE)
Dim task = Decide_Load(False, True)
End Try
'Me.Visible = True
'Decide_Load()