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
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