LaunchDarkly Dotnet Client SDK
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.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LaunchDarkly.EventSource
    Assembly: LaunchDarkly.EventSource.dll
    Syntax
    public class ExceptionEventArgs : EventArgs

    Constructors

    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

    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
    In this article
    Back to top Generated by DocFX