Summary
    db4o-specific exception.
This exception is thrown when a write operation is attempted on a database in a read-only mode.
		This exception is thrown when a write operation is attempted on a database in a read-only mode.
- Assembly
- Db4objects.Db4o-2010 .dll 
- Namespace
- Db4objects.Db4o .Ext 
- Base Types
- 
									- Exception
- Db4oException
- Db4oRecoverable 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["DatabaseReadOnlyException"]
class Type type-node
						
					Syntax
[System.Serializable]
public class DatabaseReadOnlyException : Db4oRecoverableExceptionRemarks
    db4o-specific exception.
This exception is thrown when a write operation is attempted on a database in a read-only mode.
	This exception is thrown when a write operation is attempted on a database in a read-only mode.
Attributes
| Type | Description | 
|---|---|
| Serializable | 
See Also
- Db4objects.Db4o.Config.IConfiguration.ReadOnly(System.Boolean)