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

Inheritance: BaseQueuingException
Afficher le fichier Open project: vtex/rabbitmq-abstraction

Méthodes publiques

Méthode Description
QueuingRequeueException ( ) : System
QueuingRequeueException ( string message ) : System
QueuingRequeueException ( string message, Exception innerException ) : System

Method Details

QueuingRequeueException() public méthode

public QueuingRequeueException ( ) : System
Résultat System

QueuingRequeueException() public méthode

public QueuingRequeueException ( string message ) : System
message string
Résultat System

QueuingRequeueException() public méthode

public QueuingRequeueException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System