Table of Contents

Class ThrowExceptionEventArgs

Namespace
Alternet.UI
Assembly
Alternet.UI.Interfaces.dll

Provides data for the exception related events.

public class ThrowExceptionEventArgs : BaseEventArgs
Inheritance
ThrowExceptionEventArgs

Constructors

ThrowExceptionEventArgs(Exception)

Initializes a new instance of the ThrowExceptionEventArgs class.

Properties

ErrorException

Gets the Exception that occurred.

InnerException

Gets the inner exception of ErrorException or ErrorException itself.

ThrowIt

Gets or sets whether to throw an exception after event handler executed.