Summary
db4o-specific exception.
This exception is thrown when a global configuration setting is attempted on an open object container.
This exception is thrown when a global configuration setting is attempted on an open object container.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Config - Base Types
-
- Exception
- Db4oException
- Db4o
Recoverable Exception
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.
This exception is thrown when a global configuration setting is attempted on an open object container.
Attributes
Type | Description |
---|---|
Serializable |
See Also
- Db4objects.Db4o.Config.IConfiguration.BlockSize(System.Int32)
- Db4objects.Db4o.Config.IConfiguration.Encrypt(System.Boolean)
- Db4objects.Db4o.Config.IConfiguration.Password(System.String)