bugDotGNU Portable.NET - Bugs: bug #14146, ...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #14146: System.Windows.Forms.ThreadExceptionEventHandler and ThreadExceptionEventArgs.cs are invalid

Submitted by:  None
Submitted on:  Tue 16 Aug 2005 02:42:45 PM UTC  
 
Category: NoneSeverity: 3 - Normal
Item Group: NoneStatus: Fixed
Privacy: PublicAssigned to: None
Open/Closed: Closed

Wed 17 Aug 2005 07:05:32 AM UTC, comment #1:

Deleted the errant classes.

Gopal.V <t3rmin4t0r>
Project Administrator
Tue 16 Aug 2005 02:42:45 PM UTC, original submission:

System.Windows.Forms.ThreadExceptionEventArgs.cs and System.Windows.Forms.ThreadExceptionEventHandler.cs should be deleted. These classes do not exist in .NET Their functionality is in System.Threading.

Because of this we cant compile this simple program handling Application.ThreadException.

using System.Windows.Forms;

class Application_ThreadException_Test
{
static void Main()
{
Application.ThreadException += new System.Threading.ThreadExceptionEventHandler(Application_ThreadException);
}

static void Application_ThreadException(object sender, System.Threading.ThreadExceptionEventArgs e)
{
MessageBox.Show(e.Exception.Message);
}
}

Anonymous

 

Attached Files
file #3369:  Application_ThreadException_Test.cs added by None (358B - text/plain - Compile with cscc -winforms Application_ThreadException_Test.cs)

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

Do you think this task is very important?
If so, you can click here to add your encouragement to it.
This task has 0 encouragements so far.

Only logged-in users can vote.

 

Please enter the title of George Orwell's famous dystopian book (it's a date):

 

 

Follow 3 latest changes.

Date Changed By Updated Field Previous Value => Replaced By
Wed 17 Aug 2005 07:05:32 AM UTCt3rmin4t0rOpen/ClosedOpen=>Closed
Wed 17 Aug 2005 07:05:31 AM UTCt3rmin4t0rStatusNone=>Fixed
Tue 16 Aug 2005 02:42:45 PM UTCNoneAttached File-=>Added Application_ThreadException_Test.cs, #2830

Back to the top


Powered by Savane 3.1-cleanup1