MessagingEntityAlreadyExistsException Class

Definition

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

public class MessagingEntityAlreadyExistsException : Microsoft.Azure.ServiceBus.ServiceBusException
type MessagingEntityAlreadyExistsException = class
    inherit ServiceBusException
Public Class MessagingEntityAlreadyExistsException
Inherits ServiceBusException
Inheritance
MessagingEntityAlreadyExistsException

Constructors

MessagingEntityAlreadyExistsException(String)
MessagingEntityAlreadyExistsException(String, Exception)

Properties

IsTransient

A boolean indicating if the exception is a transient error or not.

(Inherited from ServiceBusException)
Message

Gets the message as a formatted string.

(Inherited from ServiceBusException)
ServiceBusNamespace

Gets the Service Bus namespace from which the exception occurred, if available.

(Inherited from ServiceBusException)

Applies to