LaunchDarkly OpenFeature provider for the Server-Side SDK for .NET
Search Results for

    Show / Hide Table of Contents

    Class LaunchDarklyProviderInitException

    This exception is used to indicate that the provider has encountered a permanent exception, or has been shutdown, during initialization.

    Inheritance
    object
    Exception
    LaunchDarklyProviderInitException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    Exception.SerializeObjectState
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: LaunchDarkly.OpenFeature.ServerProvider
    Assembly: LaunchDarkly.OpenFeature.ServerProvider.dll
    Syntax
    public class LaunchDarklyProviderInitException : Exception, ISerializable

    Constructors

    | Edit this page View Source

    LaunchDarklyProviderInitException(string)

    Construct an exception with the given message.

    Declaration
    public LaunchDarklyProviderInitException(string message)
    Parameters
    Type Name Description
    string message

    The exception message

    Implements

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