R
rsine
I ran into an error on a previously working windows form application
that stated:
application has generated an exception that could not be handled.
I spent many frustrating hours before finding the issue to be a
missing double quote mark in the applications config file. This was
an error I made when trying to troubleshoot another issue with the
application. My question is if there is a way to get a more
descriptive message of the nature of the error? I would like to have
an event handler for such issues but I am not sure if this is possible
or if it is, how to go about doing it. Any help would be appreciated.
that stated:
application has generated an exception that could not be handled.
I spent many frustrating hours before finding the issue to be a
missing double quote mark in the applications config file. This was
an error I made when trying to troubleshoot another issue with the
application. My question is if there is a way to get a more
descriptive message of the nature of the error? I would like to have
an event handler for such issues but I am not sure if this is possible
or if it is, how to go about doing it. Any help would be appreciated.