LaunchDarkly EventSource for .NET
Search Results for

    Show / Hide Table of Contents

    Class ExceptionEventArgs

    Provides exception data raised in the EventSource Error event.

    Inheritance
    object
    EventArgs
    ExceptionEventArgs
    Inherited Members
    EventArgs.Empty
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: LaunchDarkly.EventSource
    Assembly: LaunchDarkly.EventSource.dll
    Syntax
    public class ExceptionEventArgs : EventArgs

    Constructors

    | Edit this page View Source

    ExceptionEventArgs(Exception)

    Initializes a new instance of the ExceptionEventArgs class.

    Declaration
    public ExceptionEventArgs(Exception ex)
    Parameters
    Type Name Description
    Exception ex

    A Exception that represents the error that occurred.

    Properties

    | Edit this page View Source

    Exception

    Gets the Exception that represents the error that occurred.

    Declaration
    public Exception Exception { get; }
    Property Value
    Type Description
    Exception

    The exception.

    See Also

    EventArgs
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX