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