ThreadExceptionEventArgs (System.Threading.ThreadExceptionEventArgs)

Inherits: System.EventArgs

Interfaces:

Derived Types: 1 (Click here to see a list of derived types)

Assembly: System.dll

Provides data for the event.

VB.NET C#

C#

public class ThreadExceptionEventArgs : System.EventArgs
{
}

Articles

ThreadExceptionEventArgs Properties (System.Threading)

system threading threadexceptioneventargs_properties system.threading

Navigation

private void Application_ThreadException(object sender, System.Threading.ThreadExceptionEventArgs e) { DialogResult result = DialogResult.Cancel;

Exception

Uncatchable Exception ... Private Sub OnGuiUnhandedException(ByVal sender As Object, ByVal e As System.Threading.ThreadExceptionEventArgs) HandleUnhandledException(e. ...

Throwing .NET Exceptions Through Message Loops

... Application_ThreadException ); Application . Run ( new FormMain ()); } private static void Application_ThreadException ( object sender , System . Threading . ThreadExceptionEventArgs e ) ...

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

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

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

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

savannah.gnu.org

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

Mono Documentation

The constructors of System.Threading.ThreadExceptionEventArgs are listed below. For a list of all members, see the ThreadExceptionEventArgs Members list.

Mono Documentation

The members of System.Threading.ThreadExceptionEventArgs are listed below. See Also: Inherited members from System.EventArgs [ ...

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