Skip to content

Commit 0943361

Browse files
authored
Merge pull request #89780 from spelluru/ehubguide0925
It's all .NET
2 parents cf24b79 + d4ef351 commit 0943361

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Messaging exceptions - Azure Event Hubs | Microsoft Docs
2+
title: Messaging exceptions for .NET - Azure Event Hubs | Microsoft Docs
33
description: This article provides a list of Azure Event Hubs messaging exceptions and suggested actions.
44
services: event-hubs
55
documentationcenter: na
@@ -12,17 +12,17 @@ ms.topic: article
1212
ms.tgt_pltfrm: na
1313
ms.workload: na
1414
ms.custom: seodec18
15-
ms.date: 12/06/2018
15+
ms.date: 09/25/2019
1616
ms.author: shvija
1717

1818
---
19-
# Event Hubs messaging exceptions
19+
# Event Hubs messaging exceptions - .NET
2020

21-
This article lists some of the exceptions generated by the Azure Service Bus messaging API library, which includes .NET Framework Event Hubs APIs. This reference is subject to change, so check back for updates.
21+
This article lists some of the .NET exceptions generated by the Azure Service Bus messaging .NET API library, which includes .NET Framework Event Hubs APIs. This reference is subject to change, so check back for updates.
2222

2323
## Exception categories
2424

25-
The Event Hubs APIs generate exceptions that can fall into the following categories, along with the associated action you can take to try to fix them.
25+
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
1. User coding error: [System.ArgumentException](https://msdn.microsoft.com/library/system.argumentexception.aspx), [System.InvalidOperationException](https://msdn.microsoft.com/library/system.invalidoperationexception.aspx), [System.OperationCanceledException](https://msdn.microsoft.com/library/system.operationcanceledexception.aspx), [System.Runtime.Serialization.SerializationException](https://msdn.microsoft.com/library/system.runtime.serialization.serializationexception.aspx). General action: try to fix the code before proceeding.
2828
2. Setup/configuration error: [Microsoft.ServiceBus.Messaging.MessagingEntityNotFoundException](/dotnet/api/microsoft.servicebus.messaging.messagingentitynotfoundexception), [Microsoft.Azure.EventHubs.MessagingEntityNotFoundException](/dotnet/api/microsoft.azure.eventhubs.messagingentitynotfoundexception), [System.UnauthorizedAccessException](https://msdn.microsoft.com/library/system.unauthorizedaccessexception.aspx). General action: review your configuration and change if necessary.

articles/event-hubs/event-hubs-programming-guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Programming guide - Azure Event Hubs | Microsoft Docs
2+
title: .NET Programming guide - Azure Event Hubs | Microsoft Docs
33
description: This article provides information on how to Write code for Azure Event Hubs using the Azure .NET SDK.
44
services: event-hubs
55
documentationcenter: na
@@ -8,11 +8,11 @@ author: ShubhaVijayasarathy
88
ms.service: event-hubs
99
ms.custom: seodec18
1010
ms.topic: article
11-
ms.date: 12/06/2018
11+
ms.date: 09/25/2019
1212
ms.author: shvija
1313

1414
---
15-
# Programming guide for Azure Event Hubs
15+
# .NET Programming guide for Azure Event Hubs
1616
This article discusses some common scenarios in writing code using Azure Event Hubs. It assumes a preliminary understanding of Event Hubs. For a conceptual overview of Event Hubs, see the [Event Hubs overview](event-hubs-what-is-event-hubs.md).
1717

1818
## Event publishers

0 commit comments

Comments
 (0)