LaunchDarkly Dotnet Server SDK
Search Results for

    Show / Hide Table of Contents

    Class ExceptionEventArgs

    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)

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

    Properties

    Exception

    Declaration
    public Exception Exception { get; }
    Property Value
    Type Description
    Exception
    In this article
    Back to top Generated by DocFX