Initializes a new instance of the TransactionException class.

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

Syntax

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

Parameters

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

See Also