Skip to content

Commit f428eac

Browse files
committed
Remove unused properties.
1 parent 0371af4 commit f428eac

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

EntityFramework.Exceptions/Common/Exceptions.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,4 @@ public DeadlockException(string message, IReadOnlyList<EntityEntry> entries) : b
150150
public DeadlockException(string message, Exception innerException, IReadOnlyList<EntityEntry> entries) : base(message, innerException, entries)
151151
{
152152
}
153-
154-
public string ConstraintName { get; internal set; }
155-
public IReadOnlyList<string> ConstraintProperties { get; internal set; }
156-
public string SchemaQualifiedTableName { get; internal set; }
157153
}

0 commit comments

Comments
 (0)