| AsyncReplayTimeoutException Constructor (String) |
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
)
new :
message : string -> AsyncReplayTimeoutException
Parameters
- message
- Type: SystemString
The message that describes the error.
See Also