ThreadExceptionEventHandler (System.Threading.ThreadExceptionEventHandler)

Inherits: System.MulticastDelegate

Interfaces: ICloneable, ISerializable

Derived Types: 0

Assembly: System.dll

Represents the method that will handle the event of an Application.

VB.NET C#

C#

public sealed class ThreadExceptionEventHandler : System.MulticastDelegate, System.ICloneable, System.Runtime.Serialization.ISerializable
{
}

Articles

UnhandledExceptionEventArgs

problem with unhandled exception in Windows application ... System.Threading.ThreadExceptionEventHandler(Application_ThreadException); AppDomain.CurrentDomain ...

[Pnet-developers] [bug #14146] System.Windows.Forms ...

... using System.Windows.Forms; class Application_ThreadException_Test { static void Main() { Application.ThreadException += new System.Threading.ThreadExceptionEventHandler ...

Navigation

private void Form1_Load(object sender, System.EventArgs e) { Application.ThreadException +=new System.Threading.ThreadExceptionEventHandler(Application_ThreadException)

How to force the program to continue after unhandled exception ...

System.Threading.ThreadExceptionEventHandler(Application_ThreadException); //.... void Application_ThreadException(object sender, System.Threading.ThreadExceptionEventArgs e)

MBR IT/.NET 247 : System.Threading Namespace [Details]

System.Threading.ThreadExceptionEventHandler: System.Threading.ThreadInterruptedException ... Bespoke Software? Commission Matthew Baxter-Reynolds and his team for ...

DotGNU Portable.NET - Bugs: bug #14146, ... [Savannah]

Application.ThreadException += new System.Threading.ThreadExceptionEventHandler(Application_ThreadException); } static void Application_ThreadException(object sender, System ...

savannah.gnu.org

Application.ThreadException += new System.Threading.ThreadExceptionEventHandler(Application_ThreadException); } static void Application_ThreadException(object sender ...

Mono Documentation

Mono Class Library : System.Threading Namespace System.Threading.ThreadExceptionEventHandler Delegate ... Parameters sender Documentation for this section has not yet been ...

C# Exception Logger - doogal.co.uk

... new instance of the ExceptionLogger class /// public ExceptionLogger() { Application.ThreadException += new System.Threading.ThreadExceptionEventHandler ...

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support