WorkflowOutline Constructor (IServiceProvider^)
.NET Framework (current version)
Initializes a new instance of the WorkflowOutline class by using an object that retrieves a service object.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Parameters
- serviceProvider
-
Type:
System::IServiceProvider^
The IServiceProvider that retrieves a service object for the WorkflowOutline.
| Exception | Condition |
|---|---|
| ArgumentNullException | serviceProvider contains a null reference (Nothing in Visual Basic). |
| InvalidOperationException | The hosting environment obtained through serviceProvider is null (Nothing). - or - The design surface obtained through serviceProvider is null (Nothing). |
.NET Framework
Available since 3.0
Available since 3.0
Show: