DeviceMaximumQueueDepthExceededException クラス

定義

この例外は、実際には IoTHubQuotaExceeded に対応しています。 このエラーの原因と解決する手順の詳細については、「」を参照してください https://docs.microsoft.com/azure/iot-hub/iot-hub-troubleshoot-error-403002-iothubquotaexceeded。 破壊的変更を回避するために例外の種類は変更されていませんが、内部例外の例外の種類は正しいです。

[System.Serializable]
public sealed class DeviceMaximumQueueDepthExceededException : Microsoft.Azure.Devices.Client.Exceptions.IotHubException
[<System.Serializable>]
type DeviceMaximumQueueDepthExceededException = class
    inherit IotHubException
Public NotInheritable Class DeviceMaximumQueueDepthExceededException
Inherits IotHubException
継承
DeviceMaximumQueueDepthExceededException
属性

コンストラクター

DeviceMaximumQueueDepthExceededException()

既存のデバイスの識別子を含むメッセージ文字列を使用して、 クラスの新しいインスタンスを初期化します。

DeviceMaximumQueueDepthExceededException(Int32)

既存のデバイスの識別子を含むメッセージ文字列を使用して、 クラスの新しいインスタンスを初期化します。

DeviceMaximumQueueDepthExceededException(String)

メッセージ文字列を message パラメーターに設定して、 クラスの新しいインスタンスを初期化します。

DeviceMaximumQueueDepthExceededException(String, Exception)

メッセージ文字列を message パラメーターに設定し、この例外の原因である内部例外への参照を使用して、 クラスの新しいインスタンスを初期化します。

プロパティ

IsTransient

エラーが一時的であり、再試行する必要があるかどうかを示します。

(継承元 IotHubException)
TrackingId

サービスは、この特定のエラーに関連付けられている追跡 ID を返しました。

(継承元 IotHubException)

メソッド

GetObjectData(SerializationInfo, StreamingContext)

例外に関する情報を含む SerializationInfo を設定します。 シリアル化されたオブジェクト データに と TrackingId を設定IsTransientするには、これを使用します。

(継承元 IotHubException)

適用対象