Freigeben über


IotHubClientException Klasse

Definition

Die Ausnahme, die ausgelöst wird, wenn während des DeviceClient- oder ModuleClient-Vorgangs ein Fehler auftritt.

[System.Serializable]
public class IotHubClientException : Exception
[<System.Serializable>]
type IotHubClientException = class
    inherit Exception
Public Class IotHubClientException
Inherits Exception
Vererbung
IotHubClientException
Attribute

Konstruktoren

IotHubClientException()

Erstellt eine Instanz dieser Klasse.

IotHubClientException(SerializationInfo, StreamingContext)

Erstellt eine Instanz dieser Klasse.

IotHubClientException(String, Boolean, Exception)

Erstellt eine Instanz dieser Klasse.

IotHubClientException(String, Boolean, String, Exception)

Erstellt eine Instanz dieser Klasse.

IotHubClientException(String, Exception)

Erstellt eine Instanz dieser Klasse.

IotHubClientException(String, IotHubClientErrorCode, Exception)

Erstellt eine Instanz dieser Klasse.

IotHubClientException(String, String, IotHubClientErrorCode, Exception)

Erstellt eine Instanz dieser Klasse.

Eigenschaften

ErrorCode

Der spezifische Fehlercode.

IsTransient

Gibt an, ob der Fehler vorübergehend ist und wiederholt werden soll.

TrackingId

Der Dienst hat die Mitverfolgungs-ID zurückgegeben, die diesem bestimmten Fehler zugeordnet ist.

Gilt für: