'End SyncLock' must be preceded by a matching 'SyncLock'
SyncLock blocks begin with the SyncLock keyword and end with the EndSyncLock construct.
Error ID: BC30674
To correct this error
- Make sure that the SyncLock block begins with a SyncLock statement.