BrokeredMessage.Abandon Method
Abandons the lock on a peek-locked message.
Namespace: Microsoft.ServiceBus.Messaging
Assembly: Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
| Exception | Condition |
|---|---|
| ObjectDisposedException |
Thrown when the message is in the disposed state or the receiver with which the message was received is in disposed state. |
| InvalidOperationException |
Thrown when invoked on a message that has not been received from the message server or invoked on a message that has not been received in peek-lock mode. |
| TimeoutException |
Thrown when operation times out. The timeout period is initialized through the MessagingFactorySettings. You may need to increase the value of OperationTimeout to avoid this exception if the timeout value is relatively low. |
| MessagingCommunicationException |
Thrown when the queue or subscription that receives the message is no longer present in the message server. |
| ServerBusyException |
When service bus service is busy and is unable process the request. |
| MessagingEntityNotFoundException |
When messaging entity the message was received from has been deleted. |
| MessageLockLostException |
When the lock associated with this message was lost or the lock token was not found. |
| SessionLockLostException |
When this message was received from a Session and the lock lock associated with the session was lost. |
| UnauthorizedAccessException |
When the security token provided by the TokenProvider does not contain the claims to perform this operation. |
| QuotaExceededException |
When the number of concurrent connections to an entity exceed the maximum allowed value. |
