Class ValueIsNotSupportedException
- Namespace
- xFunc.Maths.Expressions.Units
- Assembly
- xFunc.Maths.dll
Represents the exception that is thrown when converter uses unsupported value to convert.
[Serializable]
public class ValueIsNotSupportedException : Exception, ISerializable
- Inheritance
-
ValueIsNotSupportedException
- Implements
- Inherited Members
Constructors
ValueIsNotSupportedException(object)
Initializes a new instance of the ValueIsNotSupportedException class.
public ValueIsNotSupportedException(object value)
Parameters
value
objectThe value to convert.
ValueIsNotSupportedException(object, Exception?)
Initializes a new instance of the ValueIsNotSupportedException class.
public ValueIsNotSupportedException(object value, Exception? inner)
Parameters
value
objectThe value to convert.
inner
ExceptionThe exception that is the cause of the current exception, or a null reference if no inner exception is specified.
Properties
Value
Gets a value to converts.
public object? Value { get; }