[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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

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

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public Class Db4oException _
	Inherits Exception
C#
[SerializableAttribute]
public class Db4oException : Exception
Visual C++
[SerializableAttribute]
public ref class Db4oException : public Exception

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 .

Inheritance Hierarchy

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