SalesBuy
1-855-856-7678
Technical SupportSupport
Sends a message using the InternalSender().
Namespace: Microsoft.ServiceBus.Messaging
| Exception | Condition |
|---|---|
| TimeoutException | Thrown when operation times out. Timeout period is initialized through the OperationTimeout to avoid this exception if timeout value is relatively low. |
| ArgumentException | Thrown when the BrokeredMessage is null. |
| InvalidOperationException | Thrown if the message has already been sent by a TopicClient or MessageSender once already. |
| OperationCanceledException | Thrown if the client entity has been closed or aborted. |