Sdílet prostřednictvím


DkmCreateDebuggeeSideVisualizerObject176AsyncResult Konstruktor

Definice

Vytvoří novou strukturu výsledků pro uložení výstupu z úspěšného volání DkmSuccessEvaluationResult.CreateDebuggeeSideVisualizerObject.

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

Parametry

ActualFormatterPolicy
Int32

[V] Hodnota definovaná v Microsoft.VisualStudio.DebuggerVisualizers.FormatterPolicy, která určuje, který mechanismus serializace bude použit.

ExceptionType
String

[In,Optional] Typ vyvolané výjimky, pokud existuje.

ExceptionStackTrace
String

[In,Optional] Trasování zásobníku vyvolané výjimky, pokud existuje.

ExceptionMessage
String

[In,Optional] Zpráva o výjimce, pokud existuje.

IsBinaryFormatterSupported
Boolean

[In,Optional] Ladicí proces zkontroluje, jestli proces, ve kterém je hostovaný, podporuje binární formátovací nástroj, a pokud ne, vrátí hodnotu false, aby uživatelské rozhraní znovu mohlo komunikovat přes JSON.

Platí pro