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