unhandled exception closing form

G

guy

i have a fairly complex form that is shown using
ShowDialog - ie modally. Clicking close in one paricular
situation it it gives an unhandled exception "No value at
index 0"
This occurs AFTER the Form.Closed event finishes and
before control returns to the calling form.
There is a try catch block wrapping the ShowDialog but
this does not catch the unhandled exception.
any ideas where i could lok for the problem?

cheers

Guy
 

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

Top