InvalidIDException Class

Summary

db4o-specific exception.

This exception is thrown when the supplied object ID is incorrect (outside the scope of the database IDs).
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["InvalidIDException"] class Type type-node

Syntax

[System.Serializable]
public class InvalidIDException : Db4oRecoverableException

Remarks

db4o-specific exception.

This exception is thrown when the supplied object ID is incorrect (outside the scope of the database IDs).

Attributes

Type Description
SerializableAttribute

Constructors

Name Summary
InvalidIDException(Exception) Constructor allowing to specify the exception cause
InvalidIDException(int) Constructor allowing to specify the offending id

See Also

  • Db4objects.Db4o.Ext.IExtObjectContainer.Bind(System.Object,System.Int64)
  • Db4objects.Db4o.Ext.IExtObjectContainer.GetByID(System.Int64)