Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.