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, Exception)
public NCalcConversionException(string message, string sourceValue, Type sourceType, Type targetType, ExpressionLocation location, Exception innerException)
Parameters
message string
sourceValue string
sourceType Type
targetType Type
location ExpressionLocation
innerException Exception
NCalcConversionException(string, string, Type, Type, Exception)
public NCalcConversionException(string message, string sourceValue, Type sourceType, Type targetType, Exception innerException)
Parameters
message string
sourceValue string
sourceType Type
targetType Type
innerException Exception
NCalcConversionException(string, Type)
public NCalcConversionException(string message, Type targetType)
Parameters
message string
targetType Type
NCalcConversionException(string, Type, ExpressionLocation, Exception)
public NCalcConversionException(string message, Type targetType, ExpressionLocation location, Exception innerException)
Parameters
message string
targetType Type
location ExpressionLocation
innerException Exception
NCalcConversionException(string, Type, Exception)
public NCalcConversionException(string message, Type targetType, Exception innerException)
Parameters
message string
targetType Type
innerException Exception
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