Activity::Load Method (Stream^, Activity^)
.NET Framework (current version)
Namespace:
System.Workflow.ComponentModel
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Return to top
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Parameters
- stream
-
Type:
System.IO::Stream^
The Stream from which to load.
- outerActivity
-
Type:
System.Workflow.ComponentModel::Activity^
The Activity that owns the context for the deserialized Activity.
Return Value
Type: System.Workflow.ComponentModel::Activity^| Exception | Condition |
|---|---|
| ArgumentNullException | stream is a null reference (Nothing in Visual Basic). |
Security Note
|
|---|
Calling this method with untrusted data is a security risk. Call this method only with trusted data. For more information, see Untrusted Data Security Risks. |
.NET Framework
Available since 3.0
Available since 3.0
Show:
