Click or drag to resize
ORMEntityIsDeletedException Constructor (String, IEntityCore)
Initializes a new instance of the ORMEntityIsDeletedException class.

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 ORMEntityIsDeletedException(
	string message,
	IEntityCore deletedEntity
)

Parameters

message
Type: SystemString
The message.
deletedEntity
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
The deleted entity.
See Also