Event which is fired when an unhandled failure occurs within the DistributedUnitOfWorkService allowing you to inspect any exceptions that occur.

Namespace:  Mindscape.LightSpeed.ServiceModel
Assembly:  Mindscape.LightSpeed.ServiceModel (in Mindscape.LightSpeed.ServiceModel.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public event EventHandler<ExceptionEventArgs> GeneralFailureOccurred
Visual Basic (Declaration)
Public Event GeneralFailureOccurred As EventHandler(Of ExceptionEventArgs)

Implements

IDistributedUnitOfWorkContract..::.GeneralFailureOccurred

See Also