Table of Contents

Constructor ErrorEvaluationResult

Namespace
Alternet.Scripter.Debugger.ExpressionEvaluation
Assembly
Alternet.Scripter.Debugger.Common.v9.dll

ErrorEvaluationResult(string, string, string)

Initializes a new instance of ErrorEvaluationResult with specified settings.

public ErrorEvaluationResult(string expression, string name, string errorMessage)

Parameters

expression string

Evaluated expression.

name string

Name of the result.

errorMessage string

String describes error of evaluation.