DkmCreateDebuggeeSideVisualizerObjectAsyncResult Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new result structure to hold the output from a successful call to 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)
Parameters
- 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.
- IsBinaryFormatterSupported
- Boolean
[In,Optional] The debuggee will check if the process where it is hosted supports the Binary Formatter and return false if it doesn't so that the UI falls back to communicate via JSON.