Sometimes i receive UnHendleException and cause the application to crash, but doesn't crash at the point the exception happened. to find that point i sat up Exceptions to*space
space*into debugger in Exception dialog ( via main menu --> Debug/Exceptions/Break into debugger ). then when i run the application, receive a lot of exceptions like following and must
click on continue to be able to run the application. but the application continues with no crash
A first chance exception of type 'System.IndexOutOfRangeException' occurred in system.windows.forms.dll
Additional information: Index was outside the bounds of the array.
this exception accrue on some methods like merge which doesn't make sense.
The question is: Should i ignore this kind of exceptions, or they may cause the app to crash later on. Is ignoring them make the application unstable What's the best practice to capture and resolve these exceptions
Thanks for any idea.
Ali

UnHendleException?
MrRon
William Ramirez
Robert C. Barth
Noulouk
prasannakumar63529