Share via


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)

Syntax

'Declaration
<UserVisiblePropertyAttribute("{7B515CB2-DAAD-4400-9567-8B7CBC5E9C7B}")> _
Public Property ErrorStackTrace As String
[UserVisiblePropertyAttribute("{7B515CB2-DAAD-4400-9567-8B7CBC5E9C7B}")]
public string ErrorStackTrace { get; set; }
[UserVisiblePropertyAttribute(L"{7B515CB2-DAAD-4400-9567-8B7CBC5E9C7B}")]
public:
property String^ ErrorStackTrace {
    String^ get ();
    void set (String^ value);
}
[<UserVisiblePropertyAttribute("{7B515CB2-DAAD-4400-9567-8B7CBC5E9C7B}")>]
member ErrorStackTrace : string with get, set
function get ErrorStackTrace () : String 
function set ErrorStackTrace (value : String)

Property Value

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

.NET Framework Security

See Also

Reference

TestResult Class

Microsoft.VisualStudio.TestTools.Common Namespace