Skip to content

Commit 5fd93a1

Browse files
authored
Improved the exception handling in the execution strategies. (#1551)
Closes SoftUni-Internal/exam-systems-issues#1664
1 parent 4736199 commit 5fd93a1

File tree

80 files changed

+7268
-5405
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+7268
-5405
lines changed

Data/OJS.Data.Models/Submissions/Submission.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ public class Submission : DeletableAuditInfoEntity<int>
5151
[StringLength(ConstraintConstants.Submission.WorkerNameMaxLength)]
5252
public string? WorkerName { get; set; }
5353

54+
public ExceptionType? ExceptionType { get; set; }
55+
5456
[NotMapped]
5557
public bool IsBinaryFile => !string.IsNullOrWhiteSpace(this.FileExtension);
5658

0 commit comments

Comments
 (0)