DispatcherUnhandledExceptionFilterEventArgs Class
.NET Framework 3.0
Provides data for the Dispatcher UnhandledExceptionFilter event. This class cannot be inherited.
Namespace: System.Windows.Threading
Assembly: WindowsBase (in windowsbase.dll)
Assembly: WindowsBase (in windowsbase.dll)
'Declaration Public NotInheritable Class DispatcherUnhandledExceptionFilterEventArgs Inherits DispatcherEventArgs 'Usage Dim instance As DispatcherUnhandledExceptionFilterEventArgs
public final class DispatcherUnhandledExceptionFilterEventArgs extends DispatcherEventArgs
public final class DispatcherUnhandledExceptionFilterEventArgs extends DispatcherEventArgs
You cannot use this managed class in XAML.
The UnhandledExceptionFilter 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.DispatcherUnhandledExceptionFilterEventArgs
System.EventArgs
System.Windows.Threading.DispatcherEventArgs
System.Windows.Threading.DispatcherUnhandledExceptionFilterEventArgs
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: