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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.