Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: System.String
The stack trace information that comes in front of an error.
.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.