Show / Hide Table of Contents

Class LambdaConfigMissingKeyException

The LambdaConfigMissingKeyException exception is thrown when a configuration key cannot be found and no fallback is provided.

Inheritance
System.Object
System.Exception
ALambdaException
ALambdaConfigException
LambdaConfigMissingKeyException
Implements
ILambdaExceptionFingerprinter
Inherited Members
ALambdaException.ILambdaExceptionFingerprinter.FingerprintValue
Namespace: LambdaSharp.Exceptions
Assembly: LambdaSharp.dll
Syntax
public class LambdaConfigMissingKeyException : ALambdaConfigException, ISerializable, ILambdaExceptionFingerprinter

Constructors

LambdaConfigMissingKeyException(String)

Initializes a LambdaConfigMissingKeyException instance with the specified key path.

Declaration
public LambdaConfigMissingKeyException(string path)
Parameters
Type Name Description
System.String path

The configuration key path.

Implements

ILambdaExceptionFingerprinter
In This Article
Back to top Generated by DocFX