Search Results for

    Show / Hide Table of Contents

    Class JournalBufferOverflowException

    TBD

    Inheritance
    Object
    Exception
    AkkaException
    JournalBufferOverflowException
    Implements
    ISerializable
    Inherited Members
    AkkaException.Cause
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    Exception.SerializeObjectState
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: Akka.Persistence.Sql.Common.Journal
    Assembly: Akka.Persistence.Sqlite.dll
    Syntax
    public class JournalBufferOverflowException : AkkaException, ISerializable

    Constructors

    | Improve this Doc View Source

    JournalBufferOverflowException()

    Initializes a new instance of the JournalBufferOverflowException class.

    Declaration
    public JournalBufferOverflowException()
    | Improve this Doc View Source

    JournalBufferOverflowException(SerializationInfo, StreamingContext)

    Initializes a new instance of the JournalBufferOverflowException class.

    Declaration
    protected JournalBufferOverflowException(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    SerializationInfo info

    The SerializationInfo that holds the serialized object data about the exception being thrown.

    StreamingContext context

    The StreamingContext that contains contextual information about the source or destination.

    Fields

    | Improve this Doc View Source

    Instance

    TBD

    Declaration
    public static readonly JournalBufferOverflowException Instance
    Field Value
    Type Description
    JournalBufferOverflowException

    Implements

    ISerializable

    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