db4o

ObjectNotStorableException Class

this Exception is thrown, if objects can not be stored and if db4o is configured to throw Exceptions on storage failures.

For a list of all members of this type, see ObjectNotStorableException Members.

System.Object
   System.Exception
      Db4objects.Db4o.Ext.ObjectNotStorableException

public class ObjectNotStorableException : Exception

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

this Exception is thrown, if objects can not be stored and if db4o is configured to throw Exceptions on storage failures.

Requirements

Namespace: Db4objects.Db4o.Ext

Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)

See Also

ObjectNotStorableException Members | Db4objects.Db4o.Ext Namespace | Db4objects.Db4o.Config.IConfiguration.ExceptionsOnNotStorable