Partager via


IotHubCommunicationException Constructeurs

Définition

Surcharges

IotHubCommunicationException(String)

Crée un instance de IotHubCommunicationException avec un message d’erreur spécifié et le marque comme temporaire.

IotHubCommunicationException(String, Exception)

Crée une instance de IotHubCommunicationException avec un message d’erreur spécifié et une référence à l’exception interne à l’origine de cette exception, et la marque comme temporaire.

IotHubCommunicationException(String)

Crée un instance de IotHubCommunicationException avec un message d’erreur spécifié et le marque comme temporaire.

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

Paramètres

message
String

Message décrivant l'erreur.

S’applique à

IotHubCommunicationException(String, Exception)

Crée une instance de IotHubCommunicationException avec un message d’erreur spécifié et une référence à l’exception interne à l’origine de cette exception, et la marque comme temporaire.

public IotHubCommunicationException (string message, Exception innerException);
new Microsoft.Azure.Devices.Common.Exceptions.IotHubCommunicationException : string * Exception -> Microsoft.Azure.Devices.Common.Exceptions.IotHubCommunicationException
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 à