Oracle® Coherence .NET API Reference Release 3.6
E15727-01

A message that describes the current exception.

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

Syntax

C#
public override string Message { get; }

Field Value

The error message that explains the reason for the exception, or an empty string.

Implements

_Exception..::.Message

See Also