'Catch' ne peut pas apparaître après 'Finally' dans une instruction 'Try'

Une instruction Catch apparaît dans le code après Finally qui termine un bloc d’instruction Try . Catch doit apparaître dans un bloc d’instruction Try...Catch...Finally .

ID d’erreur : BC30379

Pour corriger cette erreur

  1. Déplacez l’instruction Catch vers un emplacement plus approprié dans le code.

Voir aussi