'End SyncLock' must be preceded by a matching 'SyncLock'
SyncLock
blocks begin with the SyncLock
keyword and end with the End SyncLock
construct.
Error ID: BC30674
- Make sure that the
SyncLock
block begins with aSyncLock
statement.
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
.NET feedback
.NET is an open source project. Select a link to provide feedback: