Freigeben über


IotHubServiceException Konstruktoren

Definition

Überlädt

IotHubServiceException(String, Exception)

Erstellt eine instance dieser Klasse mit der angegebenen Fehlermeldung und optionaler innerer Ausnahme.

IotHubServiceException(String, HttpStatusCode, IotHubServiceErrorCode, String, Exception)

Erstellt eine instance dieser Klasse mit HttpStatusCode, IotHubServiceErrorCode, Fehlermeldung, einem Flag, das angibt, ob der Fehler vorübergehend war, einer optionalen Nachverfolgungs-ID und einem optionalen Verweis auf die innere Ausnahme, die diese Ausnahme verursacht hat.

IotHubServiceException(String, Exception)

Erstellt eine instance dieser Klasse mit der angegebenen Fehlermeldung und optionaler innerer Ausnahme.

public IotHubServiceException (string message, Exception innerException = default);
new Microsoft.Azure.Devices.IotHubServiceException : string * Exception -> Microsoft.Azure.Devices.IotHubServiceException
Public Sub New (message As String, Optional innerException As Exception = Nothing)

Parameter

message
String

Die Meldung, in der der Fehler beschrieben wird.

innerException
Exception

Eine innere Ausnahme, falls vorhanden.

Gilt für:

IotHubServiceException(String, HttpStatusCode, IotHubServiceErrorCode, String, Exception)

Erstellt eine instance dieser Klasse mit HttpStatusCode, IotHubServiceErrorCode, Fehlermeldung, einem Flag, das angibt, ob der Fehler vorübergehend war, einer optionalen Nachverfolgungs-ID und einem optionalen Verweis auf die innere Ausnahme, die diese Ausnahme verursacht hat.

public IotHubServiceException (string message, System.Net.HttpStatusCode statusCode, Microsoft.Azure.Devices.IotHubServiceErrorCode errorCode, string trackingId = default, Exception innerException = default);
new Microsoft.Azure.Devices.IotHubServiceException : string * System.Net.HttpStatusCode * Microsoft.Azure.Devices.IotHubServiceErrorCode * string * Exception -> Microsoft.Azure.Devices.IotHubServiceException
Public Sub New (message As String, statusCode As HttpStatusCode, errorCode As IotHubServiceErrorCode, Optional trackingId As String = Nothing, Optional innerException As Exception = Nothing)

Parameter

message
String

Die Meldung, in der der Fehler beschrieben wird.

statusCode
HttpStatusCode

Der 3-stellige status Code, der in der Antwort des Hubdiensts zurückgegeben wird.

errorCode
IotHubServiceErrorCode

Der 6-stellige Fehlercode, der einen spezifischeren Fehler in Details darstellt.

trackingId
String

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

innerException
Exception

Die Ausnahme, die die Ursache der aktuellen Ausnahme ist.

Gilt für: