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

this Exception is thrown, if objects can not be stored and if db4o is configured to throw Exceptions on storage failures.

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

Syntax

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

Remarks

this Exception is thrown, if objects can not be stored and if db4o is configured to throw Exceptions on storage failures.

Inheritance Hierarchy

System.Object
  System.Exception
    Db4objects.Db4o.Ext.ObjectNotStorableException

See Also