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.5.0.5.0.230 (.NET 4.6.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