Chili.Opf3 Send comments on this topic.
ForeignKeyViolationException Constructor(IQuery)
See Also 
Chili.Opf3.Storages Namespace > ForeignKeyViolationException Class > ForeignKeyViolationException Constructor : ForeignKeyViolationException Constructor(IQuery)




query
Query that has been executed before the exception has been thrown.
Creates a new instance of the PrimaryKeyViolationException Class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal query As IQuery _
)
Visual Basic (Usage)Copy Code
Dim query As IQuery
 
Dim instance As ForeignKeyViolationException(query)
C# 
public ForeignKeyViolationException( 
   IQuery query
)
Managed Extensions for C++ 
public: ForeignKeyViolationException( 
   IQuery* query
)
C++/CLI 
public:
ForeignKeyViolationException( 
   IQuery^ query
)

Parameters

query
Query that has been executed before the exception has been thrown.

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also