Table of Contents

Class MessagingEntityAlreadyExistsException

Namespace
Microsoft.Azure.ServiceBus.Management
Assembly
Microsoft.Azure.ServiceBus.dll

The exception that is thrown when an already existing entity is being re created.

public class MessagingEntityAlreadyExistsException : ServiceBusException, ISerializable
Inheritance
MessagingEntityAlreadyExistsException
Implements
Inherited Members

Constructors

MessagingEntityAlreadyExistsException(string)

public MessagingEntityAlreadyExistsException(string message)

Parameters

message string

MessagingEntityAlreadyExistsException(string, Exception)

public MessagingEntityAlreadyExistsException(string message, Exception innerException)

Parameters

message string
innerException Exception