2 references to CannotRemoveConstraint
System.Data (2)
fx\src\data\System\Data\DataColumnCollection.cs (2)
469throw ExceptionBuilder.CannotRemoveConstraint(table.Constraints[i].ConstraintName, table.Constraints[i].Table.TableName); 478throw ExceptionBuilder.CannotRemoveConstraint(constraint.ConstraintName, constraint.Table.TableName);