Skip to content

Commit eb4818c

Browse files
authored
Changes to vertical spacing and line breaks in a list
1 parent a8af029 commit eb4818c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

articles/event-hubs/event-hubs-messaging-exceptions.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,30 +25,38 @@ This section lists the .NET exceptions generated by .NET Framework APIs.
2525
The Event Hubs .NET APIs generate exceptions that can fall into the following categories, along with the associated action you can take to try to fix them:
2626

2727
- User coding error:
28+
2829
- [System.ArgumentException](https://msdn.microsoft.com/library/system.argumentexception.aspx)
2930
- [System.InvalidOperationException](https://msdn.microsoft.com/library/system.invalidoperationexception.aspx)
3031
- [System.OperationCanceledException](https://msdn.microsoft.com/library/system.operationcanceledexception.aspx)
3132
- [System.Runtime.Serialization.SerializationException](https://msdn.microsoft.com/library/system.runtime.serialization.serializationexception.aspx)
33+
3234
General action: Try to fix the code before proceeding.
3335

3436
- Setup/configuration error:
37+
3538
- [Microsoft.ServiceBus.Messaging.MessagingEntityNotFoundException](/dotnet/api/microsoft.servicebus.messaging.messagingentitynotfoundexception)
3639
- [Microsoft.Azure.EventHubs.MessagingEntityNotFoundException](/dotnet/api/microsoft.azure.eventhubs.messagingentitynotfoundexception)
3740
- [System.UnauthorizedAccessException](https://msdn.microsoft.com/library/system.unauthorizedaccessexception.aspx)
41+
3842
General action: Review your configuration and change if necessary.
3943

4044
- Transient exceptions:
45+
4146
- [Microsoft.ServiceBus.Messaging.MessagingException](/dotnet/api/microsoft.servicebus.messaging.messagingexception)
4247
- [Microsoft.ServiceBus.Messaging.ServerBusyException](#serverbusyexception)
4348
- [Microsoft.Azure.EventHubs.ServerBusyException](#serverbusyexception)
4449
- [Microsoft.ServiceBus.Messaging.MessagingCommunicationException](/dotnet/api/microsoft.servicebus.messaging.messagingcommunicationexception)
50+
4551
General action: Retry the operation or notify users.
4652

4753
- Other exceptions:
54+
4855
- [System.Transactions.TransactionException](https://msdn.microsoft.com/library/system.transactions.transactionexception.aspx)
4956
- [System.TimeoutException](#timeoutexception)
5057
- [Microsoft.ServiceBus.Messaging.MessageLockLostException](/dotnet/api/microsoft.servicebus.messaging.messagelocklostexception)
5158
- [Microsoft.ServiceBus.Messaging.SessionLockLostException](/dotnet/api/microsoft.servicebus.messaging.sessionlocklostexception)
59+
5260
General action: Specific to the exception type; refer to the table in the following section.
5361

5462
## Exception types

0 commit comments

Comments
 (0)