Class DragDropExceptionHandler
- Namespace
- Alternet.FormDesigner.Wpf
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
When the designer is hosted in a Windows.Forms application, exceptions in drag'n'drop handlers are silently ignored. Applications hosting the designer should listen to the event and provide their own exception handling method. If no event listener is registered, exceptions will call Environment.FailFast.
public static class DragDropExceptionHandler
- Inheritance
-
DragDropExceptionHandler
Methods
- RaiseUnhandledException(Exception)
Raises the UnhandledException event, or calls Environment.FailFast if no event handlers are present.
Events
- UnhandledException
Event that occurs when an unhandled exception occurs during drag'n'drop operators.