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: 12.3.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