ValidationErrorCollection Constructor (IEnumerable<ValidationError^>^)
.NET Framework (current version)
Initializes a new instance of the ValidationErrorCollection class from an IEnumerable collection of type ValidationError
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Parameters
- value
-
Type:
System.Collections.Generic::IEnumerable<ValidationError^>^
The IEnumerable collection of type ValidationError
| Exception | Condition |
|---|---|
| ArgumentNullException | value is null. |
.NET Framework
Available since 3.0
Available since 3.0
Show: