Class ImmediateAcknowledgeException
Inheritance
System.Object
ImmediateAcknowledgeException
Assembly: Steeltoe.Messaging.RabbitMQ.dll
public class ImmediateAcknowledgeException : RabbitException
Constructors
|
Edit this page
View Source
Declaration
public ImmediateAcknowledgeException(Exception cause)
Parameters
Type |
Name |
Description |
Exception |
cause |
|
|
Edit this page
View Source
Declaration
public ImmediateAcknowledgeException(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
|
Edit this page
View Source
Declaration
public ImmediateAcknowledgeException(string message, Exception cause)
Parameters
Type |
Name |
Description |
System.String |
message |
|
Exception |
cause |
|