Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Construct a PofNavigationException with a specified detail message and a cause.

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

Syntax

C#
public PofNavigationException(
	string message,
	Exception cause
)

Parameters

message
Type: System..::..String
A detailed message.
cause
Type: System..::..Exception
The underlying cause for this exception.

See Also