C# Class Vtex.RabbitMQ.Exceptions.Workflow.QueuingRequeueException

Inheritance: BaseQueuingException
Mostrar archivo Open project: vtex/rabbitmq-abstraction

Public Methods

Method Description
QueuingRequeueException ( ) : System
QueuingRequeueException ( string message ) : System
QueuingRequeueException ( string message, Exception innerException ) : System

Method Details

QueuingRequeueException() public method

public QueuingRequeueException ( ) : System
return System

QueuingRequeueException() public method

public QueuingRequeueException ( string message ) : System
message string
return System

QueuingRequeueException() public method

public QueuingRequeueException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System