Pass exception on to program being debugged ??

  • Thread starter Thread starter Jeff
  • Start date Start date
J

Jeff

..NET 2.0

While debugging a win service a message appear with the text "Pass exception
on to program being debugged?" (yes/no buttons) on this C# line:
int b = 6;

I click on the no button and I can continue to debug the win service...

It looks very odd to me that int b = 6; throws an exception

I'm trying to debug why a method in this win service won't update the
database, and wonder if this message could cause all the trouble I have....

any suggestions??

Jeff
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top