UnhandledExceptionEventArgs

K

KM

Hi group

In "standard" .NET it´s possible to catch unhandled exception thru the
UnhandledExceptionEventArgs class. Is there a similar way with .NET
compact framework.

I´m currently developing a small appl for a pda, which connects to a
bluetooth GPS reciever. The communication between the program and the
reviever is handle by a dll found here: http://www.hardandsoftware.net/
If the reciever isn´t on, when I launch the program (from VS.NET) it
crashes with the following message:

An unhandled exception of type 'System.ArgumentNullException' occurred
in mscorlib.dll

ANy suggestion on how to catch this exception?

TIA
Kaare
 

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