Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public ORMValueTypeMismatchException(
	string message,
	Dictionary<string, Object> illegalFieldValues,
	IEntityCore targetEntity
)

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