Share via


DkmGetDataFromDebuggeeSideVisualizerAsyncResult Constructor

Definition

Creates a new result structure to hold the output from a successful call to 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)

Parameters

VisualizerObject
ReadOnlyCollection<Byte>

[In,Optional] The raw bytes of the GetData(...) method marshalled as a byte array.

ExceptionType
String

[In,Optional] The type of the exception thrown, if any.

ExceptionStackTrace
String

[In,Optional] The stack trace of the exception thrown, if any.

ExceptionMessage
String

[In,Optional] The exception message, if any.

Applies to