SessionOperationFailEventArgs Properties
Provides data for a session’s Session.FailedCommitTransaction and Session.FailedFlushChanges events.| Name | Description |
|---|---|
| Exception | Gets the exception thrown by a database when committing a transaction or changes made to persistent objects. |
| Handled | Specifies whether the default processing of an exception is prohibited. |
See Also