Table of Contents

Class ShutdownSignalException

Namespace
Steeltoe.Messaging.RabbitMQ.Support
Assembly
Steeltoe.Messaging.RabbitMQ.dll
public class ShutdownSignalException : Exception, ISerializable
Inheritance
ShutdownSignalException
Implements
Inherited Members

Constructors

ShutdownSignalException(ShutdownEventArgs)

public ShutdownSignalException(ShutdownEventArgs args)

Parameters

args ShutdownEventArgs

Properties

Args

public ShutdownEventArgs Args { get; }

Property Value

ShutdownEventArgs

Cause

public object Cause { get; }

Property Value

object

ClassId

public ushort ClassId { get; }

Property Value

ushort

Initiator

public ShutdownInitiator Initiator { get; }

Property Value

ShutdownInitiator

MethodId

public ushort MethodId { get; }

Property Value

ushort

ReplyCode

public ushort ReplyCode { get; }

Property Value

ushort

ReplyText

public string ReplyText { get; }

Property Value

string

Methods

ToString()

Creates and returns a string representation of the current exception.

public override string ToString()

Returns

string

A string representation of the current exception.