Class ALambdaConfigException
The ALambdaConfigException abstract class is used by all exceptions thrown by LambdaConfig.
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 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. |