|
-
Oct 3rd, 2006, 02:14 AM
#7
New Member
Re: Exceptions
 Originally Posted by Merrion
Read the blog that Kleinma linked to ... and don't panic
I do agree, but when I read this :
Does a first chance exception mean there is a problem in my code?
First chance exception messages most often do not mean there is a problem in the code. For applications / components which handle exceptions gracefully, first chance exception messages let the developer know that an exceptional situation was encountered and was handled.
For code without exception handling, the debugger will receive a second chance exception notification and will stop with a unhandled exception.
Take care!
I wonder : I do not have exeption handling for this code, and no second chance exception appears...
And the "exceptional" situation always appears... not very exceptional...
The error is :
Une exception de première chance de type 'System.IO.FileNotFoundException' s'est produite dans mscorlib.dll
If this is not a problem, I abandon my search... !
Thanx ;-)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|