Table of Contents

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 object

The value to convert.

ValueIsNotSupportedException(object, Exception?)

Initializes a new instance of the ValueIsNotSupportedException class.

public ValueIsNotSupportedException(object value, Exception? inner)

Parameters

value object

The value to convert.

inner Exception

The 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; }

Property Value

object