DkmStowedExceptionInformation.ErrorText 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
可有可无存放异常中的错误文本。 如果此值为非 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