MessagingEntityAlreadyExistsException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Constructors
MessagingEntityAlreadyExistsException(String, Exception) | |
MessagingEntityAlreadyExistsException(String) |
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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET