The members of System.UnhandledExceptionEventArgs are listed below.
See Also: Inherited members from System.EventArgs
Initializes a new instance of the UnhandledExceptionEventArgs class with the exception object and a common language runtime termination flag. |
[read-only] | ExceptionObject | object.
Gets the unhandled exception object. |
[read-only] | IsTerminating | bool.
Indicates whether the common language runtime is terminating. |