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.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected BaseProblem(
	string name,
	string description,
	BaseRepairConsequences consequences
)

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