Class StashOverflowException
This exception is thrown when the size of the Stash exceeds the capacity of the stash.
Implements
Inherited Members
Namespace: Akka.Actor
Assembly: Akka.dll
Syntax
public class StashOverflowException : AkkaException, ISerializable
Constructors
| Improve this Doc View SourceStashOverflowException(SerializationInfo, StreamingContext)
Initializes a new instance of the StashOverflowException class.
Declaration
protected StashOverflowException(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. |
StashOverflowException(String, Exception)
Initializes a new instance of the StashOverflowException class.
Declaration
public StashOverflowException(string message, Exception cause = null)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message that describes the error. |
Exception | cause | The exception that is the cause of the current exception. |