5
Answers

try/catch delay at first exception

Ask a question
ldragos

ldragos

20y
2k
1
First time an exception is thrown in an application, it takes the application a little while before the catch code is executed. The next time an exception is thrown anywhere in the application, the catch code is executed immediately. Any help would be appreciated. Tanks!

Answers (5)