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

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

Méthodes publiques

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

Method Details

QueuingRetryException() public méthode

public QueuingRetryException ( ) : System
Résultat System

QueuingRetryException() public méthode

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

QueuingRetryException() public méthode

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