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