Search Results for

    Show / Hide Table of Contents

    Class LeaseTimeoutException

    Lease timeout exception. Lease implementation should use it to report issues when lease is lost

    Inheritance
    object
    Exception
    LeaseException
    LeaseTimeoutException
    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
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.ReferenceEquals(object, object)
    Namespace: Akka.Coordination
    Assembly: Akka.Coordination.dll
    Syntax
    public sealed class LeaseTimeoutException : LeaseException, ISerializable

    Constructors

    | Edit this page View Source

    LeaseTimeoutException(string)

    Creates a new LeaseTimeoutException instance.

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

    Exception message

    | Edit this page View Source

    LeaseTimeoutException(string, Exception)

    Creates a new LeaseTimeoutException instance.

    Declaration
    public LeaseTimeoutException(string message, Exception innerEx)
    Parameters
    Type Name Description
    string message

    Exception message

    Exception innerEx

    Inner 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