WebThreadInformation::StackTrace Property

 

Gets the current thread-managed stack trace.

Namespace:   System.Web.Management
Assembly:  System.Web (in System.Web.dll)

public:
property String^ StackTrace {
	String^ get();
}

Property Value

Type: System::String^

The thread-managed stack trace.

The following code example shows how to get the thread stack trace.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: