CodeGotoStatement Constructor (String^)

 

Initializes a new instance of the CodeGotoStatement class using the specified label name.

Namespace:   System.CodeDom
Assembly:  System (in System.dll)

public:
CodeGotoStatement(
	String^ label
)

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
Return to top
Show: