Label '<labelname>' is already defined in the current method

The label name is duplicated within the procedure. All names within a procedure must be unique.

Error ID: BC30094

To correct this error

  • Rename the duplicate label.

See Also

Tasks

How to: Label Statements

Concepts

Declared Element Names