DkmStowedExceptionInformation.ErrorText Property

Definition

[Optional] The error text from the Stowed Exception. If this is non null, it is a Text Stowed Exception (as opposed to binary), and the ExceptionAddress, StackTraceWordSize, StackTraceWords, and StackTrace fields will be invalid.

This API was introduced in Visual Studio 12 Update 3 (DkmApiVersion.VS12Update3).

public:
 property System::String ^ ErrorText { System::String ^ get(); };
public:
 property Platform::String ^ ErrorText { Platform::String ^ get(); };
public string ErrorText { get; }
member this.ErrorText : string
Public ReadOnly Property ErrorText As String

Property Value

Applies to