Initializes a new instance of the ObjectNotFoundException class
Namespace: NHibernateAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# | 
|---|
public ObjectNotFoundException( Object identifier, string entityName )  | 
| Visual Basic | 
|---|
Public Sub New ( _ identifier As Object, _ entityName As String _ )  | 
| Visual C++ | 
|---|
public: ObjectNotFoundException( Object^ identifier, String^ entityName )  | 
Parameters
- identifier
 - Type: System..::..Object
[Missing <param name="identifier"/> documentation for "M:NHibernate.ObjectNotFoundException.#ctor(System.Object,System.String)"]
 
- entityName
 - Type: System..::..String
[Missing <param name="entityName"/> documentation for "M:NHibernate.ObjectNotFoundException.#ctor(System.Object,System.String)"]