IotHubClientException クラス

定義

DeviceClient または ModuleClient 操作中にエラーが発生したときにスローされる例外。

[System.Serializable]
public class IotHubClientException : Exception
[<System.Serializable>]
type IotHubClientException = class
    inherit Exception
Public Class IotHubClientException
Inherits Exception
継承
IotHubClientException
属性

コンストラクター

IotHubClientException()

このクラスのインスタンスを作成します。

IotHubClientException(SerializationInfo, StreamingContext)

このクラスのインスタンスを作成します。

IotHubClientException(String, Boolean, Exception)

このクラスのインスタンスを作成します。

IotHubClientException(String, Boolean, String, Exception)

このクラスのインスタンスを作成します。

IotHubClientException(String, Exception)

このクラスのインスタンスを作成します。

IotHubClientException(String, IotHubClientErrorCode, Exception)

このクラスのインスタンスを作成します。

IotHubClientException(String, String, IotHubClientErrorCode, Exception)

このクラスのインスタンスを作成します。

プロパティ

ErrorCode

特定のエラー コード。

IsTransient

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

TrackingId

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

適用対象