The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
UnhandledExceptionEventHandler Delegate
Silverlight
This type can be used only by trusted applications. If you try to use its members in a partial-trust application, your code will throw a MethodAccessException exception. This type is security-critical, which restricts its use.
Assembly: mscorlib (in mscorlib.dll)
[SECURITY CRITICAL]
Namespace:
SystemRepresents the method that will handle the event raised by an exception that is not handled by the application domain.
Assembly: mscorlib (in mscorlib.dll)
[SecurityCriticalAttribute] [ComVisibleAttribute(true)] public delegate void UnhandledExceptionEventHandler( Object sender, UnhandledExceptionEventArgs e )
Parameters
- sender
- Type: System.Object
The source of the unhandled exception event.
- e
- Type: System.UnhandledExceptionEventArgs
The event data.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
Show: