DragDropExceptionHandler Class
Definition
Namespace: Alternet.FormDesigner.Wpf
Assembly: Alternet.FormDesigner.Wpf.v9.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.
Inheritance
System.Object
DragDropExceptionHandler
Syntax
public static class 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. |
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()