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




Represents the base exception for all exceptions that are thrown by the storage classes.

Object Model


Syntax

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

Inheritance Hierarchy

System.Object
   System.Exception
      Chili.Opf3.Storages.StorageException
         Chili.Opf3.Storages.StorageConstraintException
         Chili.Opf3.Storages.PrimaryKeyViolationException
         Chili.Opf3.Storages.IndexViolationException
         Chili.Opf3.Storages.ForeignKeyViolationException

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