Akka.NET Documentation
Akka.NET Documentation
API Reference
Akka.Persistence.Journal
AsyncWriteTarget.ReplayFailure Class
AsyncWriteTarget.ReplayFailure Constructor
ReplayFailure Properties
ReplayFailure Methods
AsyncWriteTarget
ReplayFailure Constructor
Initializes a new instance of the
AsyncWriteTarget
ReplayFailure
class.
Namespace:
Akka.Persistence.Journal
Assembly:
Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
C#
F#
Copy
public
ReplayFailure
(
Exception
cause
)
new
:
cause
:
Exception
->
ReplayFailure
Parameters
cause
Type:
System
Exception
The cause of the failure
Exceptions
Exception
Condition
ArgumentNullException
This exception is thrown when the specified
cause
is undefined.
See Also
Reference
AsyncWriteTarget
ReplayFailure Class
Akka.Persistence.Journal Namespace
Akka.NET Home
|
Learn Akka.NET