Search Results for

    Show / Hide Table of Contents

    Class EventReplayFailure

    Inheritance
    Object
    EventReplayFailure
    Inherited Members
    Object.Equals(Object, Object)
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: Akka.Persistence.Sql.Common.Journal
    Assembly: Akka.Persistence.Sqlite.dll
    Syntax
    public sealed class EventReplayFailure

    Constructors

    | Improve this Doc View Source

    EventReplayFailure(Exception)

    Declaration
    public EventReplayFailure(Exception cause)
    Parameters
    Type Name Description
    Exception cause

    Properties

    | Improve this Doc View Source

    Cause

    Highest stored sequence number.

    Declaration
    public Exception Cause { get; }
    Property Value
    Type Description
    Exception

    Methods

    | Improve this Doc View Source

    Equals(EventReplayFailure)

    Declaration
    public bool Equals(EventReplayFailure other)
    Parameters
    Type Name Description
    EventReplayFailure other
    Returns
    Type Description
    Boolean
    | Improve this Doc View Source

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    Object obj
    Returns
    Type Description
    Boolean
    Overrides
    Object.Equals(Object)
    | Improve this Doc View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32
    Overrides
    Object.GetHashCode()
    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(Object)
    In This Article
    • githubImprove this Doc
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET