Class ALambdaException
The ALambda
Implements
Namespace: LambdaSharp.Exceptions
Assembly: LambdaSharp.Logging.dll
Syntax
public abstract class ALambdaException : Exception, ISerializable, ILambdaExceptionFingerprinter
Constructors
ALambdaException(Exception, String, Object[])
Initializes a ALambda
Declaration
protected ALambdaException(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. |
ALambdaException(String, Object[])
Initializes a ALambda
Declaration
protected ALambdaException(string format, params object[] args)
Parameters
Type | Name | Description |
---|---|---|
System. |
format | The exception message. |
System. |
args | Optional arguments for the exception message. |
Explicit Interface Implementations
ILambdaExceptionFingerprinter.FingerprintValue
Declaration
string ILambdaExceptionFingerprinter.FingerprintValue { get; }
Returns
Type | Description |
---|---|
System. |