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




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

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

You can help support asp.net.ph