Class RejectedExecutionException
Thrown when a ExecutorService implementation rejects
Implements
Inherited Members
Namespace: Akka.Dispatch
Assembly: Akka.dll
Syntax
public class RejectedExecutionException : AkkaException, ISerializable
Constructors
| Improve this Doc View SourceRejectedExecutionException(SerializationInfo, StreamingContext)
Initializes a new instance of the RejectedExecutionException class.
Declaration
protected RejectedExecutionException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | The SerializationInfo that holds the serialized object data about the exception being thrown. |
StreamingContext | context | The StreamingContext that contains contextual information about the source or destination. |
RejectedExecutionException(String, Exception)
TBD
Declaration
public RejectedExecutionException(string message = null, Exception inner = null)
Parameters
Type | Name | Description |
---|---|---|
String | message | TBD |
Exception | inner | TBD |