Table of Contents

Class PublisherException

Namespace
RabbitMQ.AMQP.Client
Assembly
RabbitMQ.AMQP.Client.dll
public class PublisherException : Exception, ISerializable
Inheritance
PublisherException
Implements
Inherited Members

Constructors

PublisherException(string)

public PublisherException(string message)

Parameters

message string

PublisherException(string, Exception)

public PublisherException(string message, Exception innerException)

Parameters

message string
innerException Exception