MS Reload nach Error in LoadProfilfromGrid
This commit is contained in:
parent
3114bfc123
commit
8545bed923
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user