DkmCreateDebuggeeSideVisualizerObjectAsyncResult 构造函数

定义

创建一个新的结果结构,用于保存对 DkmSuccessEvaluationResult.CreateDebuggeeSideVisualizerObject 的成功调用的输出。

public DkmCreateDebuggeeSideVisualizerObjectAsyncResult (string? ExceptionType, string? ExceptionStackTrace, string? ExceptionMessage, bool IsBinaryFormatterSupported);
new Microsoft.VisualStudio.Debugger.Evaluation.DkmCreateDebuggeeSideVisualizerObjectAsyncResult : string * string * string * bool -> Microsoft.VisualStudio.Debugger.Evaluation.DkmCreateDebuggeeSideVisualizerObjectAsyncResult
Public Sub New (ExceptionType As String, ExceptionStackTrace As String, ExceptionMessage As String, IsBinaryFormatterSupported As Boolean)

参数

ExceptionType
String

[In,Optional]引发的异常的类型(如果有)。

ExceptionStackTrace
String

[In,Optional]引发的异常的堆栈跟踪(如果有)。

ExceptionMessage
String

[In,Optional]异常消息(如果有)。

IsBinaryFormatterSupported
Boolean

[In,Optional]调试对象将检查托管它的进程是否支持二进制格式化程序;如果不支持,则返回 false,以便 UI 回退以通过 JSON 进行通信。

适用于