Gets the stack trace of the exception

Namespace: Alachisoft.NCache.Runtime.Exceptions
Assembly: Alachisoft.NCache.Runtime (in Alachisoft.NCache.Runtime.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
public override string StackTrace { get; }
Visual Basic
Public Overrides ReadOnly Property StackTrace As String
	Get
Visual C++
public:
virtual property String^ StackTrace {
	String^ get () override;
}

Implements

_Exception..::..StackTrace

See Also