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

Aggiornamento: novembre 2007

'SyncLock' statement must end with a matching 'End SyncLock'

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

ID errore: BC30675

Per correggere l'errore

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

Vedere anche

Riferimenti

Istruzione SyncLock