Class PartitionNotOwnedException
- Namespace
- Microsoft.ServiceBus.Messaging
- Assembly
- Microsoft.ServiceBus.dll
Represents the exception that is thrown for signaling partition not owned errors.
public sealed class PartitionNotOwnedException : MessagingException, ISerializable
- Inheritance
-
PartitionNotOwnedException
- Implements
- Inherited Members
Constructors
PartitionNotOwnedException(string)
Initializes a new instance of the PartitionNotOwnedException class with a specified error message.
public PartitionNotOwnedException(string message)
Parameters
message
stringThe error message that describes the cause of the exception.
PartitionNotOwnedException(string, Exception)
Initializes a new instance of the PartitionNotOwnedException class with a specified error message and a reference to the inner exception.
public PartitionNotOwnedException(string message, Exception innerException)