db4o

Db4oException Class

db4o exception wrapper: Exceptions occurring during internal processing will be proliferated to the client calling code encapsulated in an exception of rhis type.

For a list of all members of this type, see Db4oException Members.

System.Object
   System.Exception
      Db4objects.Db4o.Ext.Db4oException
         Db4objects.Db4o.Ext.OldFormatException

public class Db4oException : Exception

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

db4o exception wrapper: Exceptions occurring during internal processing will be proliferated to the client calling code encapsulated in an exception of rhis type. The original exception, if any, is available through Db4objects.Db4o.Ext.Db4oException.Cause .

Requirements

Namespace: Db4objects.Db4o.Ext

Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)

See Also

Db4oException Members | Db4objects.Db4o.Ext Namespace