MessagingEntityAlreadyExistsException Constructors
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.
Overloads
MessagingEntityAlreadyExistsException(String) |
Initializes a new instance of the MessagingEntityAlreadyExistsException class with the name of the entity. |
MessagingEntityAlreadyExistsException(String, TrackingContext) |
Constructor. |
MessagingEntityAlreadyExistsException(String, TrackingContext, Exception) |
Constructor. |
MessagingEntityAlreadyExistsException(String)
Initializes a new instance of the MessagingEntityAlreadyExistsException class with the name of the entity.
public MessagingEntityAlreadyExistsException (string entityName);
new Microsoft.ServiceBus.Messaging.MessagingEntityAlreadyExistsException : string -> Microsoft.ServiceBus.Messaging.MessagingEntityAlreadyExistsException
Public Sub New (entityName As String)
Parameters
- entityName
- String
The name of the entity.
Applies to
MessagingEntityAlreadyExistsException(String, TrackingContext)
Constructor.
public MessagingEntityAlreadyExistsException (string entityName, Microsoft.ServiceBus.Tracing.TrackingContext trackingContext);
new Microsoft.ServiceBus.Messaging.MessagingEntityAlreadyExistsException : string * Microsoft.ServiceBus.Tracing.TrackingContext -> Microsoft.ServiceBus.Messaging.MessagingEntityAlreadyExistsException
Public Sub New (entityName As String, trackingContext As TrackingContext)
Parameters
- entityName
- String
Name of the entity.
- trackingContext
- TrackingContext
The TrackingContext.
Applies to
MessagingEntityAlreadyExistsException(String, TrackingContext, Exception)
Constructor.
public MessagingEntityAlreadyExistsException (string message, Microsoft.ServiceBus.Tracing.TrackingContext trackingContext, Exception innerException);
new Microsoft.ServiceBus.Messaging.MessagingEntityAlreadyExistsException : string * Microsoft.ServiceBus.Tracing.TrackingContext * Exception -> Microsoft.ServiceBus.Messaging.MessagingEntityAlreadyExistsException
Public Sub New (message As String, trackingContext As TrackingContext, innerException As Exception)
Parameters
- message
- String
The message.
- trackingContext
- TrackingContext
the tracking context
- innerException
- Exception
The inner exception.
Applies to
Azure SDK for .NET