Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TestResult::ErrorStackTrace Property

 

Gets or sets the stack trace information that precedes an error.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

public:
[ReadOnlyAttribute(true)]
[UserVisiblePropertyAttribute("{7B515CB2-DAAD-4400-9567-8B7CBC5E9C7B}")]
property String^ ErrorStackTrace {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The stack trace information that comes in front of an error.

Return to top
Show: