Namespace:
Atalasoft.Shared.Validation
Assembly:
Atalasoft.Shared (in Atalasoft.Shared.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxprotected BaseProblem(
string name,
string description,
BaseRepairConsequences consequences
)
Protected Sub New (
name As String,
description As String,
consequences As BaseRepairConsequences
)
Parameters
- name
- Type: SystemString
The name of the property or element that is causing the problem. - description
- Type: SystemString
The description of the problem. - consequences
- Type: Atalasoft.Shared.ValidationBaseRepairConsequences
The consequences of the repair.
See Also