Table of Contents

Method EvaluateCurrentExceptionAsync

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

EvaluateCurrentExceptionAsync(CancellationToken)

When implemented by a class, evaluates current expression based on the current stack frame. If the expression can be parsed but not evaluated, an object is returned but will not contain a valid value.

Task<EvaluationResult> EvaluateCurrentExceptionAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

Propagates notification that operations should be canceled.

Returns

Task<EvaluationResult>

Result of evaluation.