Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ FailedClearParentTable()

static Exception System.Data.ExceptionBuilder.FailedClearParentTable ( string table,
string constraint,
string childTable )
inlinestatic

Definition at line 379 of file ExceptionBuilder.cs.

380 {
381 return _InvalidConstraint(System.SR.Format(System.SR.DataConstraint_ClearParentTable, table, constraint, childTable));
382 }
static Exception _InvalidConstraint(string error)
static string DataConstraint_ClearParentTable
Definition SR.cs:372
static string Format(string resourceFormat, object p1)
Definition SR.cs:118
Definition SR.cs:7

References System.Data.ExceptionBuilder._InvalidConstraint(), System.SR.DataConstraint_ClearParentTable, and System.SR.Format().

Referenced by System.Data.ForeignKeyConstraint.CheckCanClearParentTable().