Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- 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.