Freigeben über


IotHubSuspendedException Konstruktoren

Definition

Überlädt

IotHubSuspendedException()

Initialisiert eine neue Instanz der Klasse.

IotHubSuspendedException(String)

Initialisiert eine neue Instanz der Klasse.

IotHubSuspendedException(SerializationInfo, StreamingContext)

Erstellt eine instance von mit undStreamingContext, die SerializationInfo der Ausnahme zugeordnet ist.

IotHubSuspendedException(String, Exception)

Initialisiert einen neuen instance der -Klasse, wobei die Nachrichtenzeichenfolge auf den Nachrichtenparameter und einen Verweis auf die innere Ausnahme festgelegt ist, die die Ursache für diese Ausnahme ist.

IotHubSuspendedException(String, String)

Initialisiert eine neue Instanz der Klasse.

IotHubSuspendedException()

Initialisiert eine neue Instanz der Klasse.

public IotHubSuspendedException ();
Public Sub New ()

Gilt für:

IotHubSuspendedException(String)

Initialisiert eine neue Instanz der Klasse.

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

Parameter

iotHubName
String

IoT Hub-Name, der nicht gefunden werden konnte.

Gilt für:

IotHubSuspendedException(SerializationInfo, StreamingContext)

Erstellt eine instance von mit undStreamingContext, die SerializationInfo der Ausnahme zugeordnet ist.

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

Parameter

info
SerializationInfo

Die serialisierten Daten über die ausgelöste Ausnahme.

context
StreamingContext

Die Kontextinformationen zur Quelle bzw. zum Ziel.

Gilt für:

IotHubSuspendedException(String, Exception)

Initialisiert einen neuen instance der -Klasse, wobei die Nachrichtenzeichenfolge auf den Nachrichtenparameter und einen Verweis auf die innere Ausnahme festgelegt ist, die die Ursache für diese Ausnahme ist.

public IotHubSuspendedException (string message, Exception innerException);
new Microsoft.Azure.Devices.Client.Exceptions.IotHubSuspendedException : string * Exception -> Microsoft.Azure.Devices.Client.Exceptions.IotHubSuspendedException
Public Sub New (message As String, innerException As Exception)

Parameter

message
String

Eine Beschreibung des Fehlers.

innerException
Exception

Die Ausnahme, die die Ursache der aktuellen Ausnahme ist

Gilt für:

IotHubSuspendedException(String, String)

Initialisiert eine neue Instanz der Klasse.

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

Parameter

iotHubName
String

IoT Hub-Name, der nicht gefunden werden konnte.

trackingId
String

Nachverfolgungsbezeichner für Telemetriezwecke.

Gilt für: