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

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

Public Methods

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

Method Details

QueuingDiscardException() public method

public QueuingDiscardException ( ) : System
return System

QueuingDiscardException() public method

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

QueuingDiscardException() public method

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