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.
ActivityCollection Constructor (Activity^)
.NET Framework (current version)
Initializes a new instance of the ActivityCollection class, initializing an owner Activity.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
| Exception | Condition |
|---|---|
| ArgumentNullException | owner is a null reference (Nothing in Visual Basic). |
| ArgumentException | owner is not a descendent of Activity. |
Example
.NET Framework
Available since 3.0
Available since 3.0
Show: