Click or drag to resize

UnhandledExceptionEventArgs Class

Provides data for the event that is raised when there is an exception that is not handled otherwise
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    EtoUnhandledExceptionEventArgs

Namespace:  Eto
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class UnhandledExceptionEventArgs : EventArgs

The UnhandledExceptionEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodUnhandledExceptionEventArgs
Initializes a new instance of the UnhandledExceptionEventArgs class.
Top
Properties
  NameDescription
Public propertyExceptionObject
Gets the unhandled exception object.
Public propertyIsTerminating
Indicates whether the application is terminating.
Top
Remarks
There is a System.UnhandledExceptionEventArgs class, but that doesn't seem to be available in the Core CLR, therefore we redefine it here.
See Also

Reference