Namespace:
NHibernate.Impl
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub AbortBatch ( _ e As Exception _ ) |
C# |
---|
public void AbortBatch( Exception e ) |
Visual C++ |
---|
public: virtual void AbortBatch( Exception^ e ) sealed |
JavaScript |
---|
function abortBatch(e); |
Parameters
- e
- Type: System..::.Exception