Use Logger Module
This commit is contained in:
@@ -31,6 +31,7 @@ Public Class frmControl_Detail
|
||||
tslblAenderungen.Visible = False
|
||||
End If
|
||||
Catch ex As Exception
|
||||
LOGGER.Error(ex)
|
||||
MsgBox(ex.Message, MsgBoxStyle.Critical, "Fehler beim Speichern:")
|
||||
End Try
|
||||
|
||||
@@ -49,6 +50,7 @@ Public Class frmControl_Detail
|
||||
End If
|
||||
Me.TBPM_CONTROL_TABLETableAdapter.Connection.ConnectionString = CONNECTION_STRING
|
||||
Catch ex As Exception
|
||||
LOGGER.Error(ex)
|
||||
MsgBox(ex.Message, MsgBoxStyle.Critical, "Fehler beim Laden der Formulardaten:")
|
||||
End Try
|
||||
|
||||
|
||||
Reference in New Issue
Block a user