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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET