Show / Hide Table of Contents

Class LambdaConfigIllegalKeyException

The LambdaConfigIllegalKeyException exception is thrown when an invalid configuration key is used.

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

Constructors

LambdaConfigIllegalKeyException(String)

Initializes a LambdaConfigIllegalKeyException instance with the specified key.

Declaration
public LambdaConfigIllegalKeyException(string key)
Parameters
Type Name Description
System.String key

The configuration key.

Implements

ILambdaExceptionFingerprinter
In This Article
Back to top Generated by DocFX