ActivityCodeGeneratorAttribute Constructor (Type^)
.NET Framework (current version)
Initializes a new instance of the ActivityCodeGeneratorAttribute class from a code generator Type.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
| Exception | Condition |
|---|---|
| ArgumentNullException | codeGeneratorType is a null reference (Nothing in Visual Basic). |
| ArgumentException | codeGeneratorType is not assignable to the type of a code generator. |
| ArgumentException | codeGeneratorType has no default constructor. |
.NET Framework
Available since 3.0
Available since 3.0
Show: