Must be called when an exception occurs.

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

Syntax

Visual Basic (Declaration)
Sub AbortBatch ( _
	e As Exception _
)
C#
void AbortBatch(
	Exception e
)
Visual C++
void AbortBatch(
	Exception^ e
)
JavaScript
function abortBatch(e);

Parameters

e
Type: System..::.Exception

See Also