BaseRepairConsequences Constructor |
Namespace:
Atalasoft.Shared.Validation
Assembly:
Atalasoft.Shared (in Atalasoft.Shared.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxprotected BaseRepairConsequences(
string description
)
Protected Sub New (
description As String
)
Parameters
- description
- Type: SystemString
The description of the possible consequences of making the repair.
Remarks
The description must be non-null.
See Also