Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

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.7.1.23 (3.7.1.23)

Syntax

C#
protected override void OnException(
	Exception e
)

Parameters

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

See Also