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)
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
ADD
Show: