The UnhandledExceptionEvent makes is possible to handle exceptions that arise when a control is excecuting code that did not get invoked by user code.

Namespace: TallComponents.Interaction.WinForms.Events
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public class UnhandledExceptionEventArgs : EventArgs
Visual Basic
Public Class UnhandledExceptionEventArgs _
	Inherits EventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    TallComponents.Interaction.WinForms.Events..::..UnhandledExceptionEventArgs

See Also