DatabaseMaximumSizeReachedException Class

Summary

db4o-specific exception.

This exception is thrown when the database file reaches the maximum allowed size.
graph BT Type-->Base0["Db4oRecoverableException"] click Base0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Ext/Db4oRecoverableException" Base0-->Base1["Db4oException"] click Base1 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Ext/Db4oException" Base1-->Base2["Exception"] Type["DatabaseMaximumSizeReachedException"] class Type type-node

Syntax

[System.Serializable]
public class DatabaseMaximumSizeReachedException : Db4oRecoverableException

Remarks

db4o-specific exception.

This exception is thrown when the database file reaches the maximum allowed size. Upon throwing the exception the database is switched to the read-only mode.
The maximum database size is configurable and can reach up to 254GB.

Attributes

Type Description
SerializableAttribute

Constructors

See Also

  • Db4objects.Db4o.Config.IConfiguration.BlockSize(System.Int32)