ORMValueTypeMismatchException Constructor (String, DictionaryString, Object, IEntityCore) |
CTor
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax public ORMValueTypeMismatchException(
string message,
Dictionary<string, Object> illegalFieldValues,
IEntityCore targetEntity
)
Public Sub New (
message As String,
illegalFieldValues As Dictionary(Of String, Object),
targetEntity As IEntityCore
)
Parameters
- message
- Type: SystemString
The message of the exception - illegalFieldValues
- Type: System.Collections.GenericDictionaryString, Object
The illegal field values. Key: fieldname, value: field value which wasn't convertable. - targetEntity
- Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
The target entity of which the fields should have been set to new values.
See Also