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