次の方法で共有


IotHubSuspendedException コンストラクター

定義

オーバーロード

IotHubSuspendedException(String)

中断された IoT ハブの名前を使用してこのクラスのインスタンスを作成し、非一時的としてマークします。

IotHubSuspendedException(SerializationInfo, StreamingContext)

例外に関連付けられた と を使用してSerializationInfoStreamingContext、このクラスのインスタンスを作成します。

IotHubSuspendedException(String, String)

中断された IoT ハブと追跡 ID の名前を使用してこのクラスのインスタンスを作成し、非一時的としてマークします。

IotHubSuspendedException(String)

中断された IoT ハブの名前を使用してこのクラスのインスタンスを作成し、非一時的としてマークします。

public IotHubSuspendedException (string iotHubName);
new Microsoft.Azure.Devices.Common.Exceptions.IotHubSuspendedException : string -> Microsoft.Azure.Devices.Common.Exceptions.IotHubSuspendedException
Public Sub New (iotHubName As String)

パラメーター

iotHubName
String

中断されている IoT ハブの名前。

適用対象

IotHubSuspendedException(SerializationInfo, StreamingContext)

例外に関連付けられた と を使用してSerializationInfoStreamingContext、このクラスのインスタンスを作成します。

public IotHubSuspendedException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.Azure.Devices.Common.Exceptions.IotHubSuspendedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.Azure.Devices.Common.Exceptions.IotHubSuspendedException
Public Sub New (info As SerializationInfo, context As StreamingContext)

パラメーター

info
SerializationInfo

スローされている例外に関するシリアル化済みオブジェクト データを保持している SerializationInfo

context
StreamingContext

転送元または転送先についてのコンテキスト情報を含む StreamingContext です。

適用対象

IotHubSuspendedException(String, String)

中断された IoT ハブと追跡 ID の名前を使用してこのクラスのインスタンスを作成し、非一時的としてマークします。

public IotHubSuspendedException (string iotHubName, string trackingId);
new Microsoft.Azure.Devices.Common.Exceptions.IotHubSuspendedException : string * string -> Microsoft.Azure.Devices.Common.Exceptions.IotHubSuspendedException
Public Sub New (iotHubName As String, trackingId As String)

パラメーター

iotHubName
String

中断されている IoT ハブの名前。

trackingId
String

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

適用対象