Class LambdaConfigBadValueException
The LambdaConfigBadValueException exception is thrown when a configuration value fails to validate.
Inheritance
System.Object
System.Exception
LambdaConfigBadValueException
Implements
Inherited Members
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. |