Class ShutdownSignalException
Inheritance
ShutdownSignalException
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
|
Improve this Doc
View Source
ClassId
Declaration
public ushort ClassId { get; }
Property Value
|
Improve this Doc
View Source
MethodId
Declaration
public ushort MethodId { get; }
Property Value
|
Improve this Doc
View Source
ReplyCode
Declaration
public ushort ReplyCode { get; }
Property Value
|
Improve this Doc
View Source
ReplyText
Declaration
public string ReplyText { get; }
Property Value
|
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
Implements