ThrowActivity Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ThrowActivity class.
Overloads
ThrowActivity() |
Initializes a new instance of the ThrowActivity class. |
ThrowActivity(String) |
Initializes a new instance of the ThrowActivity class, and initializes its name. |
ThrowActivity()
Initializes a new instance of the ThrowActivity class.
public:
ThrowActivity();
public ThrowActivity();
Public Sub New ()
Applies to
ThrowActivity(String)
Initializes a new instance of the ThrowActivity class, and initializes its name.
public:
ThrowActivity(System::String ^ name);
public ThrowActivity(string name);
new System.Workflow.ComponentModel.ThrowActivity : string -> System.Workflow.ComponentModel.ThrowActivity
Public Sub New (name As String)
Parameters
- name
- String
The user-defined name of the activity.
Exceptions
identifier
is a null reference (Nothing
in Visual Basic).