Class NCalcConversionException
- Namespace
- NCalc.Exceptions
- Assembly
- NCalc.dll
public class NCalcConversionException : NCalcEvaluationException, ISerializable
- Inheritance
-
NCalcConversionException
- Implements
- Inherited Members
Constructors
NCalcConversionException(string, string, Type, Type)
public NCalcConversionException(string message, string sourceValue, Type sourceType, Type targetType)
Parameters
NCalcConversionException(string, string, Type, Type, ExpressionLocation)
public NCalcConversionException(string message, string sourceValue, Type sourceType, Type targetType, ExpressionLocation location)
Parameters
messagestringsourceValuestringsourceTypeTypetargetTypeTypelocationExpressionLocation
Properties
SourceType
public Type SourceType { get; }
Property Value
SourceValue
public string SourceValue { get; }
Property Value
TargetType
public Type TargetType { get; }