Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Try is used to initiate a Try block; hence it can only appear at the beginning of the block, with a matchingEnd Try statement ending the block. Either you have a redundant Try, or you did not end your Try block with Finally.
Error ID: BC30384
To correct this error
- Locate and remove the extraneous Try, or end the block with a matching End Try.
See Also
Concepts
Structured Exception Handling Overview for Visual Basic