Class NCalcFunctionNotFoundException
- Namespace
- NCalc.Exceptions
- Assembly
- NCalc.Core.dll
public sealed class NCalcFunctionNotFoundException : NCalcEvaluationException, ISerializable
- Inheritance
-
NCalcFunctionNotFoundException
- Implements
- Inherited Members
Constructors
NCalcFunctionNotFoundException(string)
public NCalcFunctionNotFoundException(string functionName)
Parameters
functionName
string
Properties
FunctionName
public string FunctionName { get; }