Class AsyncReplayTimeoutException
This exception is thrown when the replay inactivity exceeds a specified timeout.
Implements
Inherited Members
Namespace: Akka.Persistence.Journal
Assembly: Akka.Persistence.dll
Syntax
[Serializable]
public class AsyncReplayTimeoutException : AkkaException, ISerializable
Constructors
| Improve this Doc View SourceAsyncReplayTimeoutException()
Initializes a new instance of the AsyncReplayTimeoutException class.
Declaration
public AsyncReplayTimeoutException()
AsyncReplayTimeoutException(SerializationInfo, StreamingContext)
Initializes a new instance of the AsyncReplayTimeoutException class.
Declaration
protected AsyncReplayTimeoutException(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. |
AsyncReplayTimeoutException(String)
Initializes a new instance of the AsyncReplayTimeoutException class.
Declaration
public AsyncReplayTimeoutException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message that describes the error. |