Add verification example 1_32

This commit is contained in:
ear
2025-01-31 17:52:29 +05:00
parent 3a946a29bc
commit 57bc6141c9
5 changed files with 681 additions and 2 deletions

View File

@@ -78,6 +78,7 @@ namespace StructureHelperCommon.Models.Forces
}
catch (Exception ex)
{
//to do implement case when file has a data in the row, but thus date is not correct
string errorString = ErrorStrings.DataIsInCorrect + $": incorrect data in file {ForceFileProperty.FilePath}, " + ex.Message;
TraceLogger?.AddMessage(errorString, TraceLogStatuses.Error);
throw new StructureHelperException(errorString);