OldFormatException Class

Summary

db4o-specific exception.

This exception is thrown when an old file format was detected and Db4objects.Db4o.Config.IConfiguration.AllowVersionUpdates(System.Boolean) is set to false.
graph BT Type-->Base0["Db4oFatalException"] click Base0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Ext/Db4oFatalException" Base0-->Base1["Db4oException"] click Base1 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Ext/Db4oException" Base1-->Base2["Exception"] Type["OldFormatException"] class Type type-node

Syntax

[System.Serializable]
public class OldFormatException : Db4oFatalException

Attributes

Type Description
SerializableAttribute

Constructors

Name Summary
OldFormatException() Constructor with the default message.