DispatcherUnhandledExceptionEventArgs Class
.NET Framework 3.0
Provides data for the Dispatcher UnhandledException event. This class cannot be inherited.
Namespace: System.Windows.Threading
Assembly: WindowsBase (in windowsbase.dll)
Assembly: WindowsBase (in windowsbase.dll)
'Declaration Public NotInheritable Class DispatcherUnhandledExceptionEventArgs Inherits DispatcherEventArgs 'Usage Dim instance As DispatcherUnhandledExceptionEventArgs
public final class DispatcherUnhandledExceptionEventArgs extends DispatcherEventArgs
public final class DispatcherUnhandledExceptionEventArgs extends DispatcherEventArgs
You cannot use this managed class in XAML.
The UnhandledException event occurs when code executing by way of the Dispatcher throws an exception which is not handled.
The UnhandledExceptionFilter event provides a means to not raise the UnhandledException event. The UnhandledExceptionFilter event is raised first, and If RequestCatch on the DispatcherUnhandledExceptionFilterEventArgs is set to false, the UnhandledException event will not be raised.
System.Object
System.EventArgs
System.Windows.Threading.DispatcherEventArgs
System.Windows.Threading.DispatcherUnhandledExceptionEventArgs
System.EventArgs
System.Windows.Threading.DispatcherEventArgs
System.Windows.Threading.DispatcherUnhandledExceptionEventArgs
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: