Search Results for

    Show / Hide Table of Contents

    Class Escalate

    Class Escalate.

    Inheritance
    object
    SystemMessage
    Escalate
    Implements
    ISystemMessage
    INoSerializationVerificationNeeded
    Inherited Members
    SystemMessage.Unlink()
    SystemMessage.Unlinked
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Akka.Dispatch.SysMsg
    Assembly: Akka.dll
    Syntax
    public sealed class Escalate : SystemMessage, ISystemMessage, INoSerializationVerificationNeeded

    Constructors

    | Edit this page View Source

    Escalate(Exception)

    Initializes a new instance of the Escalate class.

    Declaration
    public Escalate(Exception reason)
    Parameters
    Type Name Description
    Exception reason

    The reason.

    Properties

    | Edit this page View Source

    Reason

    Gets the reason.

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

    The reason.

    Methods

    | Edit this page View Source

    ToString()

    TBD

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    TBD

    Overrides
    object.ToString()

    Implements

    ISystemMessage
    INoSerializationVerificationNeeded

    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