Under Desk Bike

    Show / Hide Table of Contents

    Class ExceptionEventArgs

    Exception raised event args.

    Inheritance
    object
    EventArgs
    ExceptionEventArgs
    Inherited Members
    EventArgs.Empty
    Namespace: Codaris.Common
    Assembly: Codaris.Common.dll
    Syntax
    public class ExceptionEventArgs : EventArgs

    Constructors

    ExceptionEventArgs(Exception)

    Initializes a new instance of the ExceptionEventArgs class.

    public ExceptionEventArgs(Exception exception)
    Parameters
    Type Name Description
    Exception exception

    The exception that caused the disconnection.

    See Also
    EventArgs

    Properties

    Exception

    Gets the exception that caused the disconnection, if one exists.

    public Exception Exception { get; }
    Property Type
    Exception
    See Also
    EventArgs

    IsHandled

    Gets or sets a value indicating whether this instance is handled.

    public bool IsHandled { get; set; }
    Property Type
    bool
    See Also
    EventArgs

    See Also

    EventArgs
    Back to top Copyright (c) 2021 by Wayne Venables