Table of Contents

Class ErrorEvaluationResult

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

Provides data for result of unsuccessful evaluation.

public class ErrorEvaluationResult : EvaluationResult
Inheritance
ErrorEvaluationResult

Constructors

ErrorEvaluationResult(string, string, string)

Initializes a new instance of ErrorEvaluationResult with specified settings.

Properties

ErrorMessage

Represents string describes error of evaluation.