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

Inheritance: System.Exception
Afficher le fichier Open project: vtex/rabbitmq-abstraction

Méthodes publiques

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

Method Details

BaseQueuingException() public méthode

public BaseQueuingException ( ) : System
Résultat System

BaseQueuingException() public méthode

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

BaseQueuingException() public méthode

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