GUIs.Common: improve error message

This commit is contained in:
Jonathan Jenne
2020-06-17 11:19:01 +02:00
parent 41879e3999
commit 00ac955f78
3 changed files with 9 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
Public Class Constants
Public Const NO_ROW_HANDLE = -1
Public Shared ReadOnly MESSAGE_TOO_MANY_SEARCHES = "You have more than three searches configured. This Window will only show the first three result lists!"
Public Shared ReadOnly MESSAGE_ERROR_IN_SEARCHES = $"An error occurred while executing searches or no searches were found!{vbNewLine}
Please check the SQL Queries for errors and if the correct connection was configured.{vbNewLine}{vbNewLine}
For more information check the Logfile."
End Class