Click or drag to resize

BaseRepairConsequences Constructor

Initializes a new instance of the BaseRepairConsequences class.

Namespace:  Atalasoft.Shared.Validation
Assembly:  Atalasoft.Shared (in Atalasoft.Shared.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected BaseRepairConsequences(
	string description
)

Parameters

description
Type: SystemString
The description of the possible consequences of making the repair.
Remarks
The description must be non-null.
See Also