C# Класс Dolittle.Validation.ValueTypeMismatch

Exception that gets thrown when a value coming in is of the wrong type from what is expected in a rule.
Наследование: ArgumentException
Показать файл Открыть проект

Открытые методы

Метод Описание
ValueTypeMismatch ( Type expected, Type actual ) : System

Initializes a new instance of the ValueTypeMismatch class.

Описание методов

ValueTypeMismatch() публичный Метод

Initializes a new instance of the ValueTypeMismatch class.
public ValueTypeMismatch ( Type expected, Type actual ) : System
expected Type Expected type for value.
actual Type Actual type for value.
Результат System