Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.3.0)
E80354-01
Called when an unexpected exception is caught while writing to the POF stream.

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

Syntax

C#
protected internal override 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