DkmStowedExceptionInformation.ErrorText Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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; }
public string? ErrorText { get; }
member this.ErrorText : string
Public ReadOnly Property ErrorText As String