The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ValidationErrorCollection Constructor (ValidationErrorCollection^)
.NET Framework (current version)
Initializes a new instance of the ValidationErrorCollection class by using a ValidationErrorCollection.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Parameters
- value
-
Type:
System.Workflow.ComponentModel.Compiler::ValidationErrorCollection^
A ValidationErrorCollection that contains validation errors.
The following example shows how to create and manipulate a validation error collection as part of a custom validation routine.
This code example is part of the Send E-mail SDK sample and is from the SendMailActivity.cs file. For more information, see Send Mail Activity.
.NET Framework
Available since 3.0
Available since 3.0
Show: