Class ReplyFailureException
Inheritance
System.Object
ReplyFailureException
Namespace: Steeltoe.Messaging.RabbitMQ.Listener.Adapters
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public class ReplyFailureException : Exception
Constructors
| Edit this page View SourceReplyFailureException(String, Exception)
Declaration
public ReplyFailureException(string message, Exception cause)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
Exception | cause |