Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

This event occurs when an exception is thrown from OnEnter, OnWait, OnNotify and OnExit.

Namespace:  Tangosol.Net.Cache
Assembly:  Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)

Syntax

C#
protected override void OnException(
	Exception e
)

Parameters

e
Type: System..::.Exception
Exception that has occured.

See Also