Try must have at least one 'Catch' or a 'Finally'
A Try block must include either a Finally block or at least one Catch block before the End Try statement.
Error ID: BC30030
To correct this error
- Add a Catch or Finally block within the Try block.
Deze browser wordt niet meer ondersteund.
Upgrade naar Microsoft Edge om te profiteren van de nieuwste functies, beveiligingsupdates en technische ondersteuning.
A Try block must include either a Finally block or at least one Catch block before the End Try statement.
Error ID: BC30030