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

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

Property Value

Type: System.String

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

See Also

TestResult Class
Microsoft.VisualStudio.TestTools.Common Namespace

Return to top