MessagingEntityAlreadyExistsException
MessagingEntityAlreadyExistsException
MessagingEntityAlreadyExistsException
MessagingEntityAlreadyExistsException
Class
Definition
Represents the exception that is thrown for signaling messaging entity already exists errors.
public ref class MessagingEntityAlreadyExistsException sealed : Microsoft::ServiceBus::Messaging::MessagingException
public sealed class MessagingEntityAlreadyExistsException : Microsoft.ServiceBus.Messaging.MessagingException
type MessagingEntityAlreadyExistsException = class
inherit MessagingException
Public NotInheritable Class MessagingEntityAlreadyExistsException
Inherits MessagingException
- Inheritance
-
MessagingEntityAlreadyExistsExceptionMessagingEntityAlreadyExistsExceptionMessagingEntityAlreadyExistsExceptionMessagingEntityAlreadyExistsException
Constructors
Methods
GetObjectData(SerializationInfo, StreamingContext) GetObjectData(SerializationInfo, StreamingContext) GetObjectData(SerializationInfo, StreamingContext) GetObjectData(SerializationInfo, StreamingContext) |
Populates the serialization information with data about the exception. |
Properties
Data Data Data Data |
Gets the data associated with the exception. (Inherited from MessagingException) |
Detail Detail Detail Detail |
Gets or sets the detail information of the messaging exception. (Inherited from MessagingException) |
IsTransient IsTransient IsTransient IsTransient |
Gets or sets a value indicating whether the exception is transient. Check this property to determine if the operation should be retried. (Inherited from MessagingException) |
Timestamp Timestamp Timestamp Timestamp |
Gets or sets the time at which the messaging exception occurred. (Inherited from MessagingException) |