ValidationErrorCollection Constructor (ValidationErrorCollection^)

 

Initializes a new instance of the ValidationErrorCollection class by using a ValidationErrorCollection.

Namespace:   System.Workflow.ComponentModel.Compiler
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

public:
ValidationErrorCollection(
	ValidationErrorCollection^ value
)

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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: