Class LaunchDarklyProviderInitException
This exception is used to indicate that the provider has encountered a permanent exception, or has been shutdown, during initialization.
Implements
Inherited Members
Namespace: LaunchDarkly.OpenFeature.ServerProvider
Assembly: LaunchDarkly.OpenFeature.ServerProvider.dll
Syntax
public class LaunchDarklyProviderInitException : Exception, ISerializable
Constructors
| Edit this page View SourceLaunchDarklyProviderInitException(string)
Construct an exception with the given message.
Declaration
public LaunchDarklyProviderInitException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The exception message |