Initializes a new instance of the ObjectDeletedException class.

Namespace:  NHibernate
Assembly:  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);

Parameters

message
Type: System..::.String
identifier
Type: System..::.Object
clazz
Type: System..::.Type

See Also