| |

VerySource

 Forgot password?
 Register
Search
Author: 点纹十二卷

BCB operates database to catch exceptions

[Copy link]

1

Threads

8

Posts

8.00

Credits

Newbie

Rank: 1

Credits
8.00

 China

 Author| Post time: 2020-6-23 10:15:02
| Show all posts
The problem now is that the program will not go to the catch, it will directly pop up the window Debugger Exception Notification, and report the error to interrupt the program.
Reply

Use magic Report

1

Threads

8

Posts

8.00

Credits

Newbie

Rank: 1

Credits
8.00

 China

 Author| Post time: 2020-7-9 09:45:01
| Show all posts
Now I have solved the problem myself
try{
....
}catch(Exception&e)
{
   ShowMessage ("error message");
   return;
}
I started to test the exception handling code in the BCB environment, it will automatically intercept all exceptions for processing, and the exception handling code written by the developer will be delayed.
To avoid interference from BCB, you need to find the program directory and execute the *.exe program in it, you can see the exception handling information written by the developer.

Thank you all.
Reply

Use magic Report

You have to log in before you can reply Login | Register

Points Rules

Contact us|Archive|Mobile|CopyRight © 2008-2023|verysource.com ( 京ICP备17048824号-1 )

Quick Reply To Top Return to the list