'SyncLock' statement must end with a matching 'End SyncLock'
SyncLock blocks begin with the SyncLock keyword and end with the End SyncLock construct.
Error ID: BC30675
To correct this error
- Make sure that SyncLock block ends with a End SyncLock construct.