A string representation of the frames on the call stack at the time the current exception was thrown

Namespace:  MicroMighty.SDK.Web.Tools
Assembly:  MicroMighty.SDK.Web (in MicroMighty.SDK.Web.dll)

Syntax

Visual Basic (Declaration)
Public Property StackTrace As String
C#
public string StackTrace { get; set; }
Visual C++
public:
property String^ StackTrace {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_stackTrace();
function set_stackTrace(value);

See Also