Show / Hide Table of Contents

Class LambdaConfigUnexpectedException

The LambdaConfigUnexpectedException exception is thrown when an exception occurs inside a LambdaConfig instance operation and the exception is not derived from ALambdaConfigException. In that case LambdaConfigUnexpectedException exception is used to wrap the unexpected exception.

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

Constructors

LambdaConfigUnexpectedException(Exception, String, String)

Initializes a ALambdaConfigException instance with the specified inner exception, configuration key path, and attempted action.

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

The inner exception instance.

System.String path

The configuration key path.

System.String action

A description of the action that was being performed.

Implements

ILambdaExceptionFingerprinter
In This Article
Back to top Generated by DocFX