PortableExceptionStackTrace Property |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
A string representation of the frames on the call stack at the
time the current exception was thrown.
Namespace:
Tangosol.IO.Pof
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic override string StackTrace { get; }
Property Value
Type:
String
A string that describes the contents of the call stack, with the
most recent method call appearing first.
Implements
_ExceptionStackTrace
See Also