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

Inheritance: System.Exception
Mostrar archivo Open project: vtex/rabbitmq-abstraction

Public Methods

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

Method Details

BaseQueuingException() public method

public BaseQueuingException ( ) : System
return System

BaseQueuingException() public method

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

BaseQueuingException() public method

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