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

Called when an unexpected exception is caught while writing to the POF stream.

Namespace:  Tangosol.IO.Pof
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
protected internal virtual void OnException(
	Exception e
)

Parameters

e
Type: System..::.Exception
The exception.

Remarks

If the given exception wraps an IOException, the IOException is unwrapped and rethrown; otherwise the given exception is rethrown.

Exceptions

ExceptionCondition
System.IO..::.IOException The wrapped IOException, if the given exception is a wrapped IOException.

See Also