Click or drag to resize
Akka.NETAsyncReplayTimeoutException Constructor (String)
Initializes a new instance of the AsyncReplayTimeoutException class.

Namespace:  Akka.Persistence.Journal
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public AsyncReplayTimeoutException(
	string message
)

Parameters

message
Type: SystemString
The message that describes the error.
See Also