DeviceNotFoundException 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
DeviceNotFoundException(String) |
Crée un instance de avec l’ID d’appareil DeviceNotFoundException spécifié et le marque comme non temporaire. |
DeviceNotFoundException(SerializationInfo, StreamingContext) |
Crée un instance de DeviceNotFoundException avec et SerializationInfoStreamingContext associé à l’exception. |
DeviceNotFoundException(String, Exception) |
Crée une instance de DeviceNotFoundException 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. |
DeviceNotFoundException(String, String) |
Crée un instance de avec l’ID d’appareil DeviceNotFoundException spécifié et le nom du hub IoT, et le marque comme non temporaire. |
DeviceNotFoundException(ErrorCode, String, Exception) |
Crée un instance de DeviceNotFoundException avec un message d’erreur spécifié ErrorCodeet une référence facultative à l’exception interne à l’origine de cette exception. Cette exception est marquée comme non temporaire. |
DeviceNotFoundException(String, String, String) |
Crée une instance de avec l’ID de DeviceNotFoundException l’appareil spécifié, le nom du hub IoT et l’ID de suivi, et le marque comme non temporaire. |
DeviceNotFoundException(String)
Crée un instance de avec l’ID d’appareil DeviceNotFoundException spécifié et le marque comme non temporaire.
public DeviceNotFoundException (string deviceId);
new Microsoft.Azure.Devices.Common.Exceptions.DeviceNotFoundException : string -> Microsoft.Azure.Devices.Common.Exceptions.DeviceNotFoundException
Public Sub New (deviceId As String)
Paramètres
- deviceId
- String
ID de l’appareil qui n’est pas inscrit sur le hub IoT.
S’applique à
DeviceNotFoundException(SerializationInfo, StreamingContext)
Crée un instance de DeviceNotFoundException avec et SerializationInfoStreamingContext associé à l’exception.
public DeviceNotFoundException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.Azure.Devices.Common.Exceptions.DeviceNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.Azure.Devices.Common.Exceptions.DeviceNotFoundException
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 à
DeviceNotFoundException(String, Exception)
Crée une instance de DeviceNotFoundException 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 DeviceNotFoundException (string message, Exception innerException);
new Microsoft.Azure.Devices.Common.Exceptions.DeviceNotFoundException : string * Exception -> Microsoft.Azure.Devices.Common.Exceptions.DeviceNotFoundException
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 à
DeviceNotFoundException(String, String)
Crée un instance de avec l’ID d’appareil DeviceNotFoundException spécifié et le nom du hub IoT, et le marque comme non temporaire.
public DeviceNotFoundException (string deviceId, string iotHubName);
new Microsoft.Azure.Devices.Common.Exceptions.DeviceNotFoundException : string * string -> Microsoft.Azure.Devices.Common.Exceptions.DeviceNotFoundException
Public Sub New (deviceId As String, iotHubName As String)
Paramètres
- deviceId
- String
ID de l’appareil qui n’est pas inscrit sur le hub IoT.
- iotHubName
- String
Nom du hub IoT sur lequel l’appareil doit être inscrit.
S’applique à
DeviceNotFoundException(ErrorCode, String, Exception)
Crée un instance de DeviceNotFoundException avec un message d’erreur spécifié ErrorCodeet une référence facultative à l’exception interne à l’origine de cette exception. Cette exception est marquée comme non temporaire.
public DeviceNotFoundException (Microsoft.Azure.Devices.Common.Exceptions.ErrorCode code, string message, Exception innerException = default);
new Microsoft.Azure.Devices.Common.Exceptions.DeviceNotFoundException : Microsoft.Azure.Devices.Common.Exceptions.ErrorCode * string * Exception -> Microsoft.Azure.Devices.Common.Exceptions.DeviceNotFoundException
Public Sub New (code As ErrorCode, message As String, Optional innerException As Exception = Nothing)
Paramètres
- message
- String
Message décrivant l'erreur.
- innerException
- Exception
Exception ayant provoqué l'exception actuelle.
S’applique à
DeviceNotFoundException(String, String, String)
Crée une instance de avec l’ID de DeviceNotFoundException l’appareil spécifié, le nom du hub IoT et l’ID de suivi, et le marque comme non temporaire.
public DeviceNotFoundException (string deviceId, string iotHubName, string trackingId);
new Microsoft.Azure.Devices.Common.Exceptions.DeviceNotFoundException : string * string * string -> Microsoft.Azure.Devices.Common.Exceptions.DeviceNotFoundException
Public Sub New (deviceId As String, iotHubName As String, trackingId As String)
Paramètres
- deviceId
- String
ID de l’appareil qui n’est pas inscrit sur le hub IoT.
- iotHubName
- String
Nom du hub IoT sur lequel l’appareil doit être inscrit.
- trackingId
- String
Le service a retourné l’ID de suivi associé à cette erreur particulière.
S’applique à
Azure SDK for .NET