Table of Contents

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

message string
sourceValue string
sourceType Type
targetType Type

NCalcConversionException(string, string, Type, Type, ExpressionLocation)

public NCalcConversionException(string message, string sourceValue, Type sourceType, Type targetType, ExpressionLocation location)

Parameters

message string
sourceValue string
sourceType Type
targetType Type
location ExpressionLocation

Properties

SourceType

public Type SourceType { get; }

Property Value

Type

SourceValue

public string SourceValue { get; }

Property Value

string

TargetType

public Type TargetType { get; }

Property Value

Type