Class AsyncWriteTarget.ReplayFailure
TBD
Inherited Members
Namespace: Akka.Persistence.Journal
Assembly: Akka.Persistence.dll
Syntax
[Serializable]
public sealed class ReplayFailure
Constructors
| Improve this Doc View SourceReplayFailure(Exception)
Initializes a new instance of the AsyncWriteTarget.ReplayFailure class.
Declaration
public ReplayFailure(Exception cause)
Parameters
Type | Name | Description |
---|---|---|
Exception | cause | The cause of the failure |
Exceptions
Type | Condition |
---|---|
ArgumentNullException | This exception is thrown when the specified |
Properties
| Improve this Doc View SourceCause
The cause of the failure
Declaration
public Exception Cause { get; }
Property Value
Type | Description |
---|---|
Exception |