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