Share via


DkmSetEvaluationConditionAsyncResult(String) Constructor

Definition

Creates a new result structure to hold the output from a successful call to DkmRuntimeBreakpoint.SetEvaluationCondition.

public:
 DkmSetEvaluationConditionAsyncResult(System::String ^ ErrorText);
public:
 DkmSetEvaluationConditionAsyncResult(Platform::String ^ ErrorText);
 DkmSetEvaluationConditionAsyncResult(std::wstring const & ErrorText);
public DkmSetEvaluationConditionAsyncResult (string ErrorText);
public DkmSetEvaluationConditionAsyncResult (string? ErrorText);
new Microsoft.VisualStudio.Debugger.Breakpoints.DkmSetEvaluationConditionAsyncResult : string -> Microsoft.VisualStudio.Debugger.Breakpoints.DkmSetEvaluationConditionAsyncResult
Public Sub New (ErrorText As String)

Parameters

ErrorText
String

[In,Optional] If the condition could not be parsed, this indicates the reason why. This value should be null if the compile succeeded.

Applies to