編集

次の方法で共有


ThrowActivity Constructors

Definition

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).

Applies to