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

NCalcEvaluationException(string, ExpressionLocation, Exception)

public NCalcEvaluationException(string message, ExpressionLocation location, Exception innerException)

Parameters

message string
location ExpressionLocation
innerException Exception

NCalcEvaluationException(string, Exception)

public NCalcEvaluationException(string message, Exception innerException)

Parameters

message string
innerException Exception

Properties

Location

public ExpressionLocation Location { get; }

Property Value

ExpressionLocation