ErrorHandler

This commit is contained in:
2024-02-23 16:04:26 +01:00
parent 61cdfb612a
commit beaf4e7ade

View File

@@ -5212,6 +5212,7 @@ Public Class frmSendungsdetailsNEU
Try
Printername = oPS.PrinterName
Catch ex As System.Exception
VERAG_PROG_ALLGEMEIN.cErrorHandler.ERR(ex.Message, ex.StackTrace, System.Reflection.MethodInfo.GetCurrentMethod.Name)
End Try