From 3f5f328795153b1ce79b2e0dab3122cc5d4aa88a Mon Sep 17 00:00:00 2001 From: Sindhu Nagesh Date: Mon, 12 Jul 2021 14:11:36 -0700 Subject: [PATCH] Updating exception details for IotHubSuspendedException --- .../device/src/Common/Exceptions/IotHubSuspendedException.cs | 3 ++- .../service/src/Common/Exceptions/IotHubSuspendedException.cs | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/iothub/device/src/Common/Exceptions/IotHubSuspendedException.cs b/iothub/device/src/Common/Exceptions/IotHubSuspendedException.cs index 92ef6d7450..afa7772535 100644 --- a/iothub/device/src/Common/Exceptions/IotHubSuspendedException.cs +++ b/iothub/device/src/Common/Exceptions/IotHubSuspendedException.cs @@ -8,7 +8,8 @@ namespace Microsoft.Azure.Devices.Client.Exceptions { /// - /// The exception that is thrown when the IoT Hub has been suspended. + /// This exception is thrown when the IoT Hub has been suspended. This is likely due to exceeding your + /// Azure spending limits. Check your Azure bill and ensure you have enough credits to resolve this error. /// [Serializable] public class IotHubSuspendedException : IotHubException diff --git a/iothub/service/src/Common/Exceptions/IotHubSuspendedException.cs b/iothub/service/src/Common/Exceptions/IotHubSuspendedException.cs index 190f79b886..9faf77c217 100644 --- a/iothub/service/src/Common/Exceptions/IotHubSuspendedException.cs +++ b/iothub/service/src/Common/Exceptions/IotHubSuspendedException.cs @@ -7,7 +7,8 @@ namespace Microsoft.Azure.Devices.Common.Exceptions { /// - /// The exception that is thrown when a request is made against an IoT Hub that has been suspended. + /// This exception is thrown when the IoT Hub has been suspended. This is likely due to exceeding your + /// Azure spending limits. Check your Azure bill and ensure you have enough credits to resolve this error. /// [Serializable] public class IotHubSuspendedException : IotHubException