Click or drag to resize

BaseProblem Constructor

Initializes a new instance of the BaseProblem class.

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
)

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