P
Pieter
Hi,
I have a Windows Forms application (VB.NET 2.0) which uses a Class Library
in C#.
The application runs fine, but when I run it in debug mode, I get several "A
first chance exception of type 'System.ArgumentOutOfRangeException' occurred
in mscorlib.dll" -exceptions that are shown in the Immediate window of
Visual Studio 2005.
I want to get rid of these exceptions, but I can(t find where they occur.
Is there a way to put an UnhandledException-handler somewhere in the C#
Class Library? I'm not used to C#, and I can't find a way to do it. It
doesn't have the nice ApplicationEvents-class that my Windows Forms
application has.
Any hints, links or help will be really appreciated!
Thansk a lot in advance,
Pieter
I have a Windows Forms application (VB.NET 2.0) which uses a Class Library
in C#.
The application runs fine, but when I run it in debug mode, I get several "A
first chance exception of type 'System.ArgumentOutOfRangeException' occurred
in mscorlib.dll" -exceptions that are shown in the Immediate window of
Visual Studio 2005.
I want to get rid of these exceptions, but I can(t find where they occur.
Is there a way to put an UnhandledException-handler somewhere in the C#
Class Library? I'm not used to C#, and I can't find a way to do it. It
doesn't have the nice ApplicationEvents-class that my Windows Forms
application has.
Any hints, links or help will be really appreciated!
Thansk a lot in advance,
Pieter