Show / Hide Table of Contents

Class ALambdaConfigException

The ALambdaConfigException abstract class is used by all exceptions thrown by LambdaConfig.

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

Constructors

ALambdaConfigException(Exception, String, Object[])

Initializes a ALambdaConfigException instance with the specified exception message and inner exception.

Declaration
protected ALambdaConfigException(Exception innerException, string format, params object[] args)
Parameters
Type Name Description
System.Exception innerException

The inner exception instance.

System.String format

The exception message.

System.Object[] args

Optional arguments for the exception message.

ALambdaConfigException(String, Object[])

Initializes a ALambdaConfigException instance with the specified exception message.

Declaration
protected ALambdaConfigException(string format, params object[] args)
Parameters
Type Name Description
System.String format

The exception message.

System.Object[] args

Optional arguments for the exception message.

Implements

ILambdaExceptionFingerprinter
In This Article
Back to top Generated by DocFX