ExceptionDetail::StackTrace Property
.NET Framework (current version)
Gets or sets the stack trace information from the exception passed to the constructor.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [DataMemberAttribute] property String^ StackTrace { String^ get(); void set(String^ value); }
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
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
Show: