Table of Contents

Class NCalcEvaluationException

Namespace
NCalc.Exceptions
Assembly
NCalc.dll
public class NCalcEvaluationException : NCalcException, ISerializable
Inheritance
NCalcEvaluationException
Implements
Derived
Inherited Members

Constructors

NCalcEvaluationException(string)

public NCalcEvaluationException(string message)

Parameters

message string

NCalcEvaluationException(string, ExpressionLocation)

public NCalcEvaluationException(string message, ExpressionLocation location)

Parameters

message string
location ExpressionLocation

Fields

_location

protected ExpressionLocation _location

Field Value

ExpressionLocation

Properties

Location

public ExpressionLocation Location { get; }

Property Value

ExpressionLocation