ExceptionDetail::StackTrace Property

 

Gets or sets the stack trace information from the exception passed to the constructor.

Namespace:   System.ServiceModel
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
[DataMemberAttribute]
property String^ StackTrace {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The stack trace of the exception.

The execution stack keeps track of all the methods that are in execution at a given instant. A trace of the method calls is called a stack trace.

Universal Windows Platform
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: