Show / Hide Table of Contents

Class LambdaConfigBadValueException

The LambdaConfigBadValueException exception is thrown when a configuration value fails to validate.

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

Constructors

LambdaConfigBadValueException(Exception, String)

Initializes a LambdaConfigBadValueException instance with the specified exception message and configuration key path.

Declaration
public LambdaConfigBadValueException(Exception innerException, string path)
Parameters
Type Name Description
System.Exception innerException

The inner exception instance.

System.String path

The configuration key path.

Implements

ILambdaExceptionFingerprinter
In This Article
Back to top Generated by DocFX