Freigeben über


ConfigurationNotFoundException Klasse

Definition

Die Ausnahme, die ausgelöst wird, wenn die abgefragte Konfiguration in IoT Hub nicht verfügbar ist.

[System.Serializable]
public class ConfigurationNotFoundException : Microsoft.Azure.Devices.Common.Exceptions.IotHubException
[<System.Serializable>]
type ConfigurationNotFoundException = class
    inherit IotHubException
Public Class ConfigurationNotFoundException
Inherits IotHubException
Vererbung
ConfigurationNotFoundException
Attribute

Konstruktoren

ConfigurationNotFoundException(SerializationInfo, StreamingContext)

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

ConfigurationNotFoundException(String)

Erstellt eine instance von ConfigurationNotFoundException mit der ID der Konfiguration und kennzeichnet sie als nicht vorübergehend.

ConfigurationNotFoundException(String, Exception)

Erstellt eine instance von ConfigurationNotFoundException mit einer angegebenen Fehlermeldung und einem Verweis auf die innere Ausnahme, die diese Ausnahme verursacht hat, und kennzeichnet sie als nicht vorübergehend.

ConfigurationNotFoundException(String, String)

Erstellt eine instance von ConfigurationNotFoundException mit der ID der Konfiguration und dem Namen des IoT Hubs und markiert sie als nicht vorübergehend.

ConfigurationNotFoundException(String, String, String)

Erstellt eine instance von ConfigurationNotFoundException mit der ID der Konfiguration, dem Namen des IoT Hubs und der Nachverfolgungs-ID und markiert sie als nicht vorübergehend.

Eigenschaften

Code

Der der Ausnahme zugeordnete Fehlercode.

(Geerbt von IotHubException)
IsTransient

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

(Geerbt von IotHubException)
TrackingId

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

(Geerbt von IotHubException)

Methoden

GetObjectData(SerializationInfo, StreamingContext)

Legt SerializationInfo mit Informationen zur Ausnahme fest. Verwenden Sie dies, um und TrackingId auf die serialisierten Objektdaten festzulegenIsTransient.

(Geerbt von IotHubException)

Gilt für: