Property | Type | Description | |
---|---|---|---|
DesiredType | |||
Value | object |
Method | Description | |
---|---|---|
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). | |
return | 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). | |
return | System |