Initializes a new instance of the PersistentObjectException class.

Namespace:  NHibernate
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	message As String _
)
C#
public PersistentObjectException(
	string message
)
Visual C++
public:
PersistentObjectException(
	String^ message
)
JavaScript
NHibernate.PersistentObjectException = function(message);

Parameters

message
Type: System..::.String
The message that describes the error.

See Also