Must be called when an exception occurs.

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

Syntax

C#
void AbortBatch(
	Exception e
)
Visual Basic
Sub AbortBatch ( _
	e As Exception _
)
Visual C++
void AbortBatch(
	Exception^ e
)

Parameters

e
Type: System..::..Exception

[Missing <param name="e"/> documentation for "M:NHibernate.Engine.IBatcher.AbortBatch(System.Exception)"]

See Also