asp.net.ph

UnhandledExceptionEventArgs Class

System Namespace


Provides data for the event that is raised when there is an exception that is not handled by the application domain.

UnhandledExceptionEventArgs Class Members

Collapse   Constructors

Visibility Constructor Parameters
public UnhandledExceptionEventArgs ( Object exception , Boolean isTerminating )

Collapse   Properties

Visibility Name Value Type Accessibility
public ExceptionObject Object [ Get ]
public IsTerminating Boolean [ Get ]

Remarks

UnhandledExceptionEventArgs provides access to the exception object and a flag indicating whether the common language runtime is terminating. The UnhandledExceptionEventArgs is one of the parameters passed into UnhandledExceptionEventHandler.

For more information about event handler delegates, see Events and Delegates.

See Also

UnhandledExceptionEventHandler Skip Navigation Links


Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note