Click or drag to resize

ApplicationUnhandledExceptionArgs Class

Parameters of the unhandled exception handler event .
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    System.ComponentModelCancelEventArgs
      Easymap.AddInApplicationUnhandledExceptionArgs

Namespace:  Easymap.AddIn
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public class UnhandledExceptionArgs : CancelEventArgs

The ApplicationUnhandledExceptionArgs type exposes the following members.

Properties
  NameDescription
Public propertyException
Gets or sets the unhandled exception.
Public propertyHandled
Gets or sets a value that indicates whether the exception is handled.
Top
See Also