Click or drag to resize
Infosoft Logo

ForeignKeyViolationFault Class

A fault indicating that a foreign key (i.e. a reference from one table to another) has been violated, because the foreign key on the child table is pointing to a parent that doesn't exist.
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.FaultContractsForeignKeyViolationFault

Namespace: Infosoft.Common.Contracts.FaultContracts
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public class ForeignKeyViolationFault
See Also