Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't capture exception if exception was handled inside VCL #35

Open
zwm88 opened this issue Sep 14, 2022 · 0 comments
Open

Can't capture exception if exception was handled inside VCL #35

zwm88 opened this issue Sep 14, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@zwm88
Copy link

zwm88 commented Sep 14, 2022

Using TImage:

self.Image1.Picture.LoadFromFile(None)

The code will be failed and a Message Box will be popped up. Then, no further code will be execute.

Neither "try...except..." nor "try ... finally ..." will work.

@lmbelo lmbelo self-assigned this Sep 15, 2022
@lmbelo lmbelo added the bug Something isn't working label Sep 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants