Class LambdaConfigUnexpectedException
The Lambda
Inheritance
System.Object
System.Exception
LambdaConfigUnexpectedException
Implements
Inherited Members
Namespace: LambdaSharp.Exceptions
Assembly: LambdaSharp.dll
Syntax
public class LambdaConfigUnexpectedException : ALambdaConfigException, ISerializable, ILambdaExceptionFingerprinter
Constructors
LambdaConfigUnexpectedException(Exception, String, String)
Initializes a ALambda
Declaration
public LambdaConfigUnexpectedException(Exception innerException, string path, string action)
Parameters
Type | Name | Description |
---|---|---|
System. |
innerException | The inner exception instance. |
System. |
path | The configuration key path. |
System. |
action | A description of the action that was being performed. |