From cca8d471af5534636507919f951855c3e6ca189e Mon Sep 17 00:00:00 2001 From: "d.breimaier" Date: Wed, 19 Aug 2026 09:37:12 +0200 Subject: [PATCH] Verwahrung ERROR-Handling. --- initATLASAufschubkonten/cWorker_Verwahrung.vb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/initATLASAufschubkonten/cWorker_Verwahrung.vb b/initATLASAufschubkonten/cWorker_Verwahrung.vb index c2d4ccb..57b9a81 100644 --- a/initATLASAufschubkonten/cWorker_Verwahrung.vb +++ b/initATLASAufschubkonten/cWorker_Verwahrung.vb @@ -363,7 +363,7 @@ Anzeige: Catch ex As Exception - VERAG_PROG_ALLGEMEIN.cErrorHandler.ERR(ex.Message, ex.StackTrace & vbNewLine & "Datei: " & Dateiname, System.Reflection.MethodInfo.GetCurrentMethod.Name) + VERAG_PROG_ALLGEMEIN.cErrorHandler.ERR(ex.Message, ex.StackTrace & vbNewLine & "Datei: " & Dateiname, System.Reflection.MethodInfo.GetCurrentMethod.Name, ERROR_OP.MAIL) readEZA_SumAErledigungsinformationVorpapier_005 = "" End Try End Function @@ -447,7 +447,7 @@ Anzeige: FORM.addDGVEinarbeitung("VW: Erledigungsinformation-Vorpapier CDX", STATUS.dySt_BezugsNr) End If Catch ex As Exception - VERAG_PROG_ALLGEMEIN.cErrorHandler.ERR(ex.Message, ex.StackTrace & vbNewLine & "Datei: " & Dateiname, System.Reflection.MethodInfo.GetCurrentMethod.Name) + VERAG_PROG_ALLGEMEIN.cErrorHandler.ERR(ex.Message, ex.StackTrace & vbNewLine & "Datei: " & Dateiname, System.Reflection.MethodInfo.GetCurrentMethod.Name, ERROR_OP.MAIL) readEZA_SumAErledigungsinformationCDXWare007 = "" End Try End Function @@ -542,7 +542,7 @@ Anzeige: FORM.addDGVEinarbeitung("VW: Bekanntgabe Massnahme", regNR) End If Catch ex As Exception - VERAG_PROG_ALLGEMEIN.cErrorHandler.ERR(ex.Message, ex.StackTrace & vbNewLine & "Datei: " & Dateiname, System.Reflection.MethodInfo.GetCurrentMethod.Name) + VERAG_PROG_ALLGEMEIN.cErrorHandler.ERR(ex.Message, ex.StackTrace & vbNewLine & "Datei: " & Dateiname, System.Reflection.MethodInfo.GetCurrentMethod.Name, ERROR_OP.MAIL) readNCTS_SumAMassnahmenbekanntgabe = "" End Try End Function @@ -842,7 +842,7 @@ Anzeige: End If Catch ex As Exception - VERAG_PROG_ALLGEMEIN.cErrorHandler.ERR(ex.Message, ex.StackTrace & vbNewLine & "Datei: " & Dateiname, System.Reflection.MethodInfo.GetCurrentMethod.Name) + VERAG_PROG_ALLGEMEIN.cErrorHandler.ERR(ex.Message, ex.StackTrace & vbNewLine & "Datei: " & Dateiname, System.Reflection.MethodInfo.GetCurrentMethod.Name, ERROR_OP.MAIL) Finally VERAG_PROG_ALLGEMEIN.cAllgemein.TESTSYSTEM = testlauf End Try @@ -1136,7 +1136,7 @@ Anzeige: 'End If Catch ex As Exception - VERAG_PROG_ALLGEMEIN.cErrorHandler.ERR(ex.Message & " " & MRN_Erledigung, ex.StackTrace & vbNewLine & "Datei: " & Dateiname, System.Reflection.MethodInfo.GetCurrentMethod.Name) + VERAG_PROG_ALLGEMEIN.cErrorHandler.ERR(ex.Message & " " & MRN_Erledigung, ex.StackTrace & vbNewLine & "Datei: " & Dateiname, System.Reflection.MethodInfo.GetCurrentMethod.Name, ERROR_OP.MAIL) Finally VERAG_PROG_ALLGEMEIN.cAllgemein.TESTSYSTEM = testlauf End Try