Class LambdaConfigValidationException
The Lambda
Inheritance
System.Object
System.Exception
LambdaConfigValidationException
Implements
Inherited Members
Namespace: LambdaSharp.Exceptions
Assembly: LambdaSharp.dll
Syntax
public class LambdaConfigValidationException : ALambdaConfigException, ISerializable, ILambdaExceptionFingerprinter
Constructors
LambdaConfigValidationException(String, Object[])
Initializes a ALambda
Declaration
public LambdaConfigValidationException(string format, params object[] args)
Parameters
Type | Name | Description |
---|---|---|
System. |
format | The exception message. |
System. |
args | Optional arguments for the exception message. |