Table of Contents

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

sourceValue object
targetType Type
innerException Exception

Properties

SourceValue

public object? SourceValue { get; }

Property Value

object

TargetType

public Type? TargetType { get; }

Property Value

Type