Class ShutdownSignalException
Inheritance
System.Object
ShutdownSignalException
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public class ShutdownSignalException : Exception
Constructors
|
Edit this page
View Source
ShutdownSignalException(RabbitMQ.Client.ShutdownEventArgs)
Declaration
public ShutdownSignalException(RabbitMQ.Client.ShutdownEventArgs args)
Parameters
Type |
Name |
Description |
RabbitMQ.Client.ShutdownEventArgs |
args |
|
Properties
|
Edit this page
View Source
Args
Declaration
public RabbitMQ.Client.ShutdownEventArgs Args { get; }
Property Value
Type |
Description |
RabbitMQ.Client.ShutdownEventArgs |
|
|
Edit this page
View Source
Cause
Declaration
public object Cause { get; }
Property Value
Type |
Description |
System.Object |
|
|
Edit this page
View Source
ClassId
Declaration
public ushort ClassId { get; }
Property Value
Type |
Description |
System.UInt16 |
|
|
Edit this page
View Source
Initiator
Declaration
public RabbitMQ.Client.ShutdownInitiator Initiator { get; }
Property Value
Type |
Description |
RabbitMQ.Client.ShutdownInitiator |
|
|
Edit this page
View Source
MethodId
Declaration
public ushort MethodId { get; }
Property Value
Type |
Description |
System.UInt16 |
|
|
Edit this page
View Source
ReplyCode
Declaration
public ushort ReplyCode { get; }
Property Value
Type |
Description |
System.UInt16 |
|
|
Edit this page
View Source
ReplyText
Declaration
public string ReplyText { get; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|