GlobalOnlyConfigException Class

Summary

db4o-specific exception.

This exception is thrown when a global configuration setting is attempted on an open object container.
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["GlobalOnlyConfigException"] class Type type-node

Syntax

[System.Serializable]
public class GlobalOnlyConfigException : Db4oRecoverableException

Remarks

db4o-specific exception.

This exception is thrown when a global configuration setting is attempted on an open object container.

Attributes

Type Description
SerializableAttribute

See Also

  • Db4objects.Db4o.Config.IConfiguration.BlockSize(System.Int32)
  • Db4objects.Db4o.Config.IConfiguration.Encrypt(System.Boolean)
  • Db4objects.Db4o.Config.IConfiguration.Password(System.String)