[Missing <summary> documentation for "M:NHibernate.AdoNet.AbstractBatcher.AbortBatch(System.Exception)"]

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

Syntax

C#
public void AbortBatch(
	Exception e
)
Visual Basic
Public Sub AbortBatch ( _
	e As Exception _
)
Visual C++
public:
virtual void AbortBatch(
	Exception^ e
) sealed

Parameters

e
Type: System..::..Exception

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

Implements

IBatcher..::..AbortBatch(Exception)

See Also