PortableExceptionStackTrace Property |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
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.14 (14.1.1.14)
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