This exception is thrown when loading an entity by its PK failed because the entity did not exist.

Namespace: Castle.ActiveRecord
Assembly:  Castle.ActiveRecord (in Castle.ActiveRecord.dll)
Version: 1.0.3.0

Syntax

C#
[SerializableAttribute]
public class NotFoundException : ActiveRecordException

Inheritance Hierarchy

System..::Object
  System..::Exception
    Castle.ActiveRecord.Framework..::ActiveRecordException
      Castle.ActiveRecord..::NotFoundException

See Also