Show / Hide Table of Contents

    Class ShutdownSignalException

    Inheritance
    Object
    Exception
    ShutdownSignalException
    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.Streams.Amqp.RabbitMq
    Assembly: Akka.Streams.Amqp.RabbitMq.dll
    Syntax
    public class ShutdownSignalException : Exception, ISerializable

    Constructors

    | Improve this Doc View Source

    ShutdownSignalException(ShutdownInitiator, Object, UInt16, UInt16, UInt16, String)

    Declaration
    public ShutdownSignalException(ShutdownInitiator shutdownInitiator, object cause, ushort classId, ushort methodId, ushort replyCode, string replyText)
    Parameters
    Type Name Description
    RabbitMQ.Client.ShutdownInitiator shutdownInitiator
    Object cause
    UInt16 classId
    UInt16 methodId
    UInt16 replyCode
    String replyText

    Properties

    | Improve this Doc View Source

    Cause

    Declaration
    public object Cause { get; }
    Property Value
    Type Description
    Object
    | Improve this Doc View Source

    ClassId

    Declaration
    public ushort ClassId { get; }
    Property Value
    Type Description
    UInt16
    | Improve this Doc View Source

    MethodId

    Declaration
    public ushort MethodId { get; }
    Property Value
    Type Description
    UInt16
    | Improve this Doc View Source

    ReplyCode

    Declaration
    public ushort ReplyCode { get; }
    Property Value
    Type Description
    UInt16
    | Improve this Doc View Source

    ReplyText

    Declaration
    public string ReplyText { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    ShutdownInitiator

    Declaration
    public ShutdownInitiator ShutdownInitiator { get; }
    Property Value
    Type Description
    RabbitMQ.Client.ShutdownInitiator

    Methods

    | Improve this Doc View Source

    FromArgs(ShutdownEventArgs)

    Declaration
    public static ShutdownSignalException FromArgs(ShutdownEventArgs args)
    Parameters
    Type Name Description
    RabbitMQ.Client.ShutdownEventArgs args
    Returns
    Type Description
    ShutdownSignalException

    Implements

    ISerializable
    • Improve this Doc
    • View Source
    Back to top Copyright © 2013-2020 Akka.NET project
    Generated by DocFX