Class EntityMetadataUpdatedException
- Namespace
- Microsoft.ServiceBus.Messaging
- Assembly
- Microsoft.ServiceBus.dll
Thrown if entity metadata has changed.
public sealed class EntityMetadataUpdatedException : MessagingException, ISerializable
- Inheritance
-
EntityMetadataUpdatedException
- Implements
- Inherited Members
- Extension Methods
Constructors
EntityMetadataUpdatedException(string)
Initializes a new instance of the EntityMetadataUpdatedException class with the specified exception message.
public EntityMetadataUpdatedException(string message)
Parameters
message
stringThe exception message.