Class LambdaConfigBadValueException
The Lambda
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 Lambda
Declaration
public LambdaConfigBadValueException(Exception innerException, string path)
Parameters
Type | Name | Description |
---|---|---|
System. |
innerException | The inner exception instance. |
System. |
path | The configuration key path. |