System.UnhandledExceptionEventArgs Members

The members of System.UnhandledExceptionEventArgs are listed below.

See Also: Inherited members from System.EventArgs

Public Constructors

Initializes a new instance of the UnhandledExceptionEventArgs class with the exception object and a common language runtime termination flag.

Public Properties

[read-only]
ExceptionObjectobject.

Gets the unhandled exception object.

[read-only]
IsTerminatingbool.

Indicates whether the common language runtime is terminating.