[This is preliminary documentation and is subject to change.]

Gets the entire stack trace.

Namespace:  NLog
Assembly:  NLog (in NLog.dll) Version: 2.0.0.0

Syntax

C#
public StackTrace StackTrace { get; private set; }
Visual Basic (Declaration)
Public Property StackTrace As StackTrace
Visual C++
public:
property StackTrace^ StackTrace {
	StackTrace^ get ();
	void set (StackTrace^ value);
}

See Also