| title | ms.date | ms.prod | ms.technology | ms.topic | f1_keywords | dev_langs | ms.assetid | author | ms.author | manager | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Label not found | Microsoft Docs |
01/18/2017 |
visual-studio-windows |
vs-javascript |
error-reference |
|
|
79e32926-b03f-457b-997c-2bb2ec8a1ec5 |
mikejo5000 |
mikejo |
ghogen |
You made a reference to a label that does not exist. Labels can be used to mark blocks of code, but within a specified scope, must be unique.
-
Check to make sure you did not misspell the label name.
-
Ensure all label references are made to labels that have been defined in the current scope (this includes forward definitions).
Labeled Statement
switch Statement
break Statement
continue Statement