Свойство | Тип | Описание | |
---|---|---|---|
DesiredType | |||
Value | object |
Метод | Описание | |
---|---|---|
DaoTypeCoercionException ( |
Creates a coercion exception.
|
|
DaoTypeCoercionException ( |
Creates a coercion exception.
|
public DaoTypeCoercionException ( |
||
desiredType | Type we were trying to coerce the value to. | |
value | object | The value that was trying to be coerced. |
innerException | Exception that was thrown (if any, may be null). | |
Результат | System |
public DaoTypeCoercionException ( |
||
desiredType | Type we were trying to coerce the value to. | |
value | object | The value that was trying to be coerced. |
reason | string | Why it did not work. |
innerException | Exception that was thrown (if any, may be null). | |
Результат | System |