InvalidSlotException Class

Summary

db4o-specific exception.

This exception is thrown when db4o reads slot information which is not valid (length or address).
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["InvalidSlotException"] class Type type-node

Syntax

[System.Serializable]
public class InvalidSlotException : Db4oRecoverableException

Remarks

db4o-specific exception.

This exception is thrown when db4o reads slot information which is not valid (length or address).

Attributes

Type Description
SerializableAttribute

Constructors

Name Summary
InvalidSlotException(int, int, int) Constructor allowing to specify the address, length and id.
InvalidSlotException(string) Constructor allowing to specify a detailed message.