Click or drag to resize

PersistedObjectExcpectedException Class

Exception thrown when a persisted object wsa expected but was not.
Inheritance Hierarchy
SystemObject
  SystemException
    VelocityDb.ExceptionsPersistedObjectExcpectedException

Namespace:  VelocityDb.Exceptions
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
[SerializableAttribute]
public class PersistedObjectExcpectedException : Exception

The PersistedObjectExcpectedException type exposes the following members.

Constructors
  NameDescription
Public methodPersistedObjectExcpectedException
Initializes a new instance of the PersistedObjectExcpectedException class
Top
See Also