Search Results for

    Show / Hide Table of Contents

    Class MaxUnconfirmedMessagesExceededException

    This exception is thrown when the MaxUnconfirmedMessages threshold has been exceeded.

    Inheritance
    object
    Exception
    MaxUnconfirmedMessagesExceededException
    Implements
    ISerializable
    Inherited Members
    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
    Assembly: Akka.Persistence.dll
    Syntax
    public class MaxUnconfirmedMessagesExceededException : Exception, ISerializable

    Constructors

    | Edit this page View Source

    MaxUnconfirmedMessagesExceededException()

    Initializes a new instance of the MaxUnconfirmedMessagesExceededException class.

    Declaration
    public MaxUnconfirmedMessagesExceededException()
    | Edit this page View Source

    MaxUnconfirmedMessagesExceededException(SerializationInfo, StreamingContext)

    Initializes a new instance of the MaxUnconfirmedMessagesExceededException class.

    Declaration
    protected MaxUnconfirmedMessagesExceededException(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.

    | Edit this page View Source

    MaxUnconfirmedMessagesExceededException(string)

    Initializes a new instance of the MaxUnconfirmedMessagesExceededException class.

    Declaration
    public MaxUnconfirmedMessagesExceededException(string message)
    Parameters
    Type Name Description
    string message

    The message that describes the error.

    | Edit this page View Source

    MaxUnconfirmedMessagesExceededException(string, Exception)

    Initializes a new instance of the MaxUnconfirmedMessagesExceededException class.

    Declaration
    public MaxUnconfirmedMessagesExceededException(string message, Exception innerException)
    Parameters
    Type Name Description
    string message

    The error message that explains the reason for the exception.

    Exception innerException

    The exception that is the cause of the current exception.

    Implements

    ISerializable

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • 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