Share via


WebTestError.StackTrace Property

Gets or sets the stack trace for the error.

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

Syntax

'Declaration
Public Property StackTrace As String
public string StackTrace { get; internal set; }
public:
property String^ StackTrace {
    String^ get ();
    internal: void set (String^ value);
}
member StackTrace : string with get, internal set
function get StackTrace () : String
internal function set StackTrace (value : String)

Property Value

Type: System.String
The stack trace for the error.

Remarks

StackTrace will be nulla null reference (Nothing in Visual Basic) for some ErrorTypes

.NET Framework Security

See Also

Reference

WebTestError Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace