Unhandled exception

G

Guest

Hi all,
I'm getting an error messagebox that displays for less than a second and
disappers. I found the line that causing this error, and enclosed in a try
block, but I'm not able to catch this error. This message has three buttons:
Details, Quit, and Continue. I cannot read the message and not able to catch
it. Is there a way to catch this error?So, the user wouldn't see the error.
The application runs after this message with no problem, and doesn't crash.
Thanks for your input.
Roy
 
C

Crouchie1998

In your Try Catch End Try block send the error to the console instead. That
way, you will be able to see it or even better, write it to a file

When you get the error, I'll then be able to help you further.

Crouchie1998
BA (HONS) MCP MCSE
 
A

_AnonCoward

: I didn't either have any luck with console. Any other suggestions?
:
: "Crouchie1998" wrote:
:
: > In your Try Catch End Try block send the error to the console
instead.
: > That way, you will be able to see it or even better, write it to a
file
: >
: > When you get the error, I'll then be able to help you further.
: >
: > Crouchie1998
: > BA (HONS) MCP MCSE


Post the relevant code block.


Ralf
 

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