Freigeben über


ConfigurationNotFoundException Konstruktoren

Definition

Überlädt

ConfigurationNotFoundException(String)

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

ConfigurationNotFoundException(SerializationInfo, StreamingContext)

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

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 markiert 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 ihn 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 ihn als nicht vorübergehend.

ConfigurationNotFoundException(String)

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

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

Parameter

configurationId
String

Die ID der Konfiguration, deren Details in IoT Hub nicht verfügbar sind.

Gilt für:

ConfigurationNotFoundException(SerializationInfo, StreamingContext)

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

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

Parameter

info
SerializationInfo

Die SerializationInfo, die die serialisierten Objektdaten für die ausgelöste Ausnahme enthält.

context
StreamingContext

Der StreamingContext, der die Kontextinformationen über die Quelle oder das Ziel enthält.

Gilt für:

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 markiert sie als nicht vorübergehend.

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

Parameter

message
String

Die Meldung, in der der Fehler beschrieben wird.

innerException
Exception

Die Ausnahme, die die Ursache der aktuellen Ausnahme ist.

Gilt für:

ConfigurationNotFoundException(String, String)

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

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

Parameter

configurationId
String

Die ID der Konfiguration, deren Details in IoT Hub nicht verfügbar sind.

iotHubName
String

Der Name des IoT-Hubs.

Gilt für:

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 ihn als nicht vorübergehend.

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

Parameter

configurationId
String

Die ID der Konfiguration, deren Details in IoT Hub nicht verfügbar sind.

iotHubName
String

Der Name des IoT-Hubs.

trackingId
String

Der Dienst hat die Mit diesem bestimmten Fehler zugeordnete Nachverfolgungs-ID zurückgegeben.

Gilt für: