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

A message that describes the current exception.

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

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