ExceptionHandler public sealed delegate ExceptionHandler : MulticastDelegate Represents the method that will handle an Exception object. Documentation public ExceptionHandler(object TargetObject, IntPtr TargetMethod) public virtual IAsyncResult BeginInvoke(Exception e, AsyncCallback DelegateCallback, object DelegateAsyncState) public virtual void EndInvoke(IAsyncResult DelegateAsyncResult) public virtual void Invoke(Exception e)