L'istruzione 'SyncLock' deve terminare con un oggetto 'End SyncLock' corrispondente

I blocchiSyncLock iniziano con la parola chiave SyncLock e terminano con il costrutto End SyncLock .

ID errore: BC30675

Per correggere l'errore

  • Verificare che il blocco SyncLock termini con un costrutto End SyncLock.

Vedi anche