ConfigurationNotFoundException Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ConfigurationNotFoundException(String) |
Crée une instance de ConfigurationNotFoundException avec l’ID de la configuration et la marque comme non temporaire. |
ConfigurationNotFoundException(SerializationInfo, StreamingContext) |
Crée un instance de ConfigurationNotFoundException avec et SerializationInfoStreamingContext associé à l’exception. |
ConfigurationNotFoundException(String, Exception) |
Crée un instance de ConfigurationNotFoundException avec un message d’erreur spécifié et une référence à l’exception interne à l’origine de cette exception, et la marque comme non temporaire. |
ConfigurationNotFoundException(String, String) |
Crée un instance de ConfigurationNotFoundException avec l’ID de la configuration et le nom du hub IoT, et le marque comme non temporaire. |
ConfigurationNotFoundException(String, String, String) |
Crée une instance de ConfigurationNotFoundException avec l’ID de la configuration, le nom du hub IoT et l’ID de suivi, et le marque comme non temporaire. |
ConfigurationNotFoundException(String)
Crée une instance de ConfigurationNotFoundException avec l’ID de la configuration et la marque comme non temporaire.
public ConfigurationNotFoundException (string configurationId);
new Microsoft.Azure.Devices.Common.Exceptions.ConfigurationNotFoundException : string -> Microsoft.Azure.Devices.Common.Exceptions.ConfigurationNotFoundException
Public Sub New (configurationId As String)
Paramètres
- configurationId
- String
ID de la configuration dont les détails ne sont pas disponibles sur IoT Hub.
S’applique à
ConfigurationNotFoundException(SerializationInfo, StreamingContext)
Crée un instance de ConfigurationNotFoundException avec et SerializationInfoStreamingContext associé à l’exception.
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)
Paramètres
- info
- SerializationInfo
SerializationInfo qui contient les données d'objet sérialisées concernant l'exception levée.
- context
- StreamingContext
StreamingContext qui contient des informations contextuelles relatives à la source ou à la destination.
S’applique à
ConfigurationNotFoundException(String, Exception)
Crée un instance de ConfigurationNotFoundException avec un message d’erreur spécifié et une référence à l’exception interne à l’origine de cette exception, et la marque comme non temporaire.
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)
Paramètres
- message
- String
Message décrivant l'erreur.
- innerException
- Exception
Exception ayant provoqué l'exception actuelle.
S’applique à
ConfigurationNotFoundException(String, String)
Crée un instance de ConfigurationNotFoundException avec l’ID de la configuration et le nom du hub IoT, et le marque comme non temporaire.
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)
Paramètres
- configurationId
- String
ID de la configuration dont les détails ne sont pas disponibles sur IoT Hub.
- iotHubName
- String
Nom du hub IoT.
S’applique à
ConfigurationNotFoundException(String, String, String)
Crée une instance de ConfigurationNotFoundException avec l’ID de la configuration, le nom du hub IoT et l’ID de suivi, et le marque comme non temporaire.
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)
Paramètres
- configurationId
- String
ID de la configuration dont les détails ne sont pas disponibles sur IoT Hub.
- iotHubName
- String
Nom du hub IoT.
- trackingId
- String
Le service a retourné l’ID de suivi associé à cette erreur particulière.
S’applique à
Azure SDK for .NET