CodeGotoStatement Constructor (String^)
.NET Framework (current version)
Initializes a new instance of the CodeGotoStatement class using the specified label name.
Assembly: System (in System.dll)
Parameters
- label
-
Type:
System::String^
The name of the label at which to continue program execution.
| Exception | Condition |
|---|---|
| ArgumentNullException | Label is null. |
.NET Framework
Available since 1.1
Available since 1.1
Show: