Class NCalcCastException
- Namespace
- NCalc.Exceptions
- Assembly
- NCalc.Core.dll
public sealed class NCalcCastException : InvalidCastException, ISerializable
- Inheritance
-
NCalcCastException
- Implements
- Inherited Members
Constructors
NCalcCastException(object?, Type, Exception?)
public NCalcCastException(object? sourceValue, Type targetType, Exception? innerException = null)
Parameters
Properties
SourceValue
public object? SourceValue { get; }
Property Value
TargetType
public Type? TargetType { get; }