Share via


ConstraintError Constructor of the ConstraintError Object

ConstraintError Constructor of the ConstraintError Object

Initializes a new instance of the ConstraintError class. The constraint error is raised by a manager in IConstraint.Evaluate().

  [C#]
public ConstraintError(
  Int32 errorId,
  String errorDescription,
  String[] failedInputs
);

FakePre-678e5ab962384cfa915b4a491c27a0c4-8955923b2b6d4d07887fa24e35ea73bf

Parameters

  • errorId
    Identifier associated with the error.

  • errorDescription
    Description of the error.

  • failedInputs
    Array of identifiers for the inputs that failed.

Requirements

Namespace

Defined in Microsoft.SystemDefinitionModel.Manager.

Assembly

Requires Microsoft.Sdm.Manager (in Microsoft.Sdm.Manager.dll).

.NET Framework

Requires .NET Framework 2.0.

See Also

Microsoft.SystemDefinitionModel.Manager
ConstraintError

Send comments about this topic to Microsoft

Build date: 10/2/2007