This method will be called if a session action fails. The scope may then decide to use an different approach to flush/dispose it.

Namespace: Castle.ActiveRecord
Assembly:  Castle.ActiveRecord (in Castle.ActiveRecord.dll)
Version: 1.0.3.0

Syntax

C#
void FailSession(
	ISession session
)

Parameters

session
ISession
The session that failed

See Also