GigaSpaces XAP.NET Documentation
StackTrace Property
Class LibraryGigaSpaces.Core.ExceptionsJavaExceptionStackTrace
Gets a string representation of the frames on the call stack at the time the current exception was thrown. Returns: A string that describes the contents of the call stack, with the most recent method call appearing first.
Declaration Syntax
C#Visual BasicVisual C++J#
public override string StackTrace { get; }
Public Overrides ReadOnly Property StackTrace As String
public:
virtual property String^ StackTrace {
	String^ get () override;
}
/** @property */
public String get_StackTrace()

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.1.0.0 (12.1.0.17000)