Chili.Opf3 Send comments on this topic.
IndexViolationException Class
See Also  Members  
Chili.Opf3.Storages Namespace : IndexViolationException Class




Exception is thrown if a index has been violated while persisting an object.

Object Model


Syntax

Visual Basic (Declaration) 
Public NotInheritable Class IndexViolationException 
   Inherits StorageException
Visual Basic (Usage)Copy Code
Dim instance As IndexViolationException
C# 
public sealed class IndexViolationException : StorageException 
Managed Extensions for C++ 
public __gc __sealed class IndexViolationException : public StorageException 
C++/CLI 
public ref class IndexViolationException sealed : public StorageException 

Inheritance Hierarchy

System.Object
   System.Exception
      Chili.Opf3.Storages.StorageException
         Chili.Opf3.Storages.IndexViolationException

Requirements

Namespace: Chili.Opf3.Storages

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: Chili.Opf3 (in Chili.Opf3.dll)

See Also