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