DkmStowedExceptionInformation.ErrorText 属性

定义

可有可无存放异常中的错误文本。 如果此值为非 null,则它是文本存放异常 (与 binary) 不同,ExceptionAddress、StackTraceWordSize、StackTraceWords 和 StackTrace 字段将无效。

此 API 是在 Visual Studio 12 Update 3 (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

属性值

String

适用于