Method | Description | |
---|---|---|
ChangeExceptionBubbling ( |
Mark the Handled property in the event args as True to stop any event bubbling.
|
|
GetExceptionObject ( |
Return the Exception property from the EventArgs. This method is compatible with the full desktop framework as well as Silverlight. |
|
GlobalExceptionHandler ( EventHandler eventHandler ) : System.Windows |
Creates a new exception handler "manager" with the provided EventHandler.
|
Method | Description | |
---|---|---|
AttachHandler ( ) : void |
Attach the handler globally.
|
|
DetachHandler ( ) : void |
Detach the handler globally.
|
|
OnGlobalException ( object sender, System.Windows.ApplicationUnhandledExceptionEventArgs e ) : void |
Internal event that is hooked up to the global exception handler.
|
|
_eventHandler ( sender e ) : System.Windows |
public static ChangeExceptionBubbling ( |
||
e | Event arguments. | |
exceptionHandled | bool | /// Value indicating whether the Exception should be marked as handled. /// |
return | void |
public static GetExceptionObject ( |
||
e | Event arguments. | |
return |
public GlobalExceptionHandler ( EventHandler eventHandler ) : System.Windows | ||
eventHandler | EventHandler | The event handler to manage. |
return | System.Windows |