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

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

Public Methods

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

Method Details

QueuingRetryException() public method

public QueuingRetryException ( ) : System
return System

QueuingRetryException() public method

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

QueuingRetryException() public method

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