Initializes a new instance of the ObjectDeletedException class.
Namespace:
NHibernateAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ message As String, _ identifier As Object, _ clazz As Type _ ) |
C# |
---|
public ObjectDeletedException( string message, Object identifier, Type clazz ) |
Visual C++ |
---|
public: ObjectDeletedException( String^ message, Object^ identifier, Type^ clazz ) |
JavaScript |
---|
NHibernate.ObjectDeletedException = function(message, identifier, clazz); |