Compartilhar via


DkmGetDataFromDebuggeeSideVisualizerAsyncResult Construtor

Definição

Cria uma nova estrutura de resultados para manter a saída de uma chamada bem-sucedida para DkmSuccessEvaluationResult.GetDataFromDebuggeeSideVisualizer.

public DkmGetDataFromDebuggeeSideVisualizerAsyncResult (System.Collections.ObjectModel.ReadOnlyCollection<byte>? VisualizerObject, string? ExceptionType, string? ExceptionStackTrace, string? ExceptionMessage);
new Microsoft.VisualStudio.Debugger.Evaluation.DkmGetDataFromDebuggeeSideVisualizerAsyncResult : System.Collections.ObjectModel.ReadOnlyCollection<byte> * string * string * string -> Microsoft.VisualStudio.Debugger.Evaluation.DkmGetDataFromDebuggeeSideVisualizerAsyncResult
Public Sub New (VisualizerObject As ReadOnlyCollection(Of Byte), ExceptionType As String, ExceptionStackTrace As String, ExceptionMessage As String)

Parâmetros

VisualizerObject
ReadOnlyCollection<Byte>

[In,Optional] Os bytes brutos do método GetData(...) agrupados como uma matriz de bytes.

ExceptionType
String

[In,Optional] O tipo da exceção gerada, se houver.

ExceptionStackTrace
String

[In,Optional] O rastreamento de pilha da exceção gerada, se houver.

ExceptionMessage
String

[In,Optional] A mensagem de exceção, se houver.

Aplica-se a