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

An old file was detected and could not be open.

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

Syntax

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

Remarks

An old file was detected and could not be open.

Inheritance Hierarchy

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