Show / Hide Table of Contents

Class LambdaConfigValidationException

The LambdaConfigValidationException exception is thrown by the LambdaConfig validation helper methods.

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

Constructors

LambdaConfigValidationException(String, Object[])

Initializes a ALambdaConfigException instance with the specified exception message.

Declaration
public LambdaConfigValidationException(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