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

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

Méthodes publiques

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

Method Details

QueuingDiscardException() public méthode

public QueuingDiscardException ( ) : System
Résultat System

QueuingDiscardException() public méthode

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

QueuingDiscardException() public méthode

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