Must be called when an exception occurs.
Namespace:
NHibernate.EngineAssembly: 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