IotHubClientException Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
IotHubClientException() |
Erstellt eine Instanz dieser Klasse. |
IotHubClientException(SerializationInfo, StreamingContext) |
Erstellt eine Instanz dieser Klasse. |
IotHubClientException(String, Exception) |
Erstellt eine Instanz dieser Klasse. |
IotHubClientException(String, IotHubClientErrorCode, Exception) |
Erstellt eine Instanz dieser Klasse. |
IotHubClientException(String, Boolean, Exception) |
Erstellt eine Instanz dieser Klasse. |
IotHubClientException(String, Boolean, String, Exception) |
Erstellt eine Instanz dieser Klasse. |
IotHubClientException(String, String, IotHubClientErrorCode, Exception) |
Erstellt eine Instanz dieser Klasse. |
IotHubClientException()
Erstellt eine Instanz dieser Klasse.
protected internal IotHubClientException ();
Protected Friend Sub New ()
Gilt für:
IotHubClientException(SerializationInfo, StreamingContext)
Erstellt eine Instanz dieser Klasse.
protected internal IotHubClientException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.Azure.Devices.Client.IotHubClientException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.Azure.Devices.Client.IotHubClientException
Protected Friend 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:
IotHubClientException(String, Exception)
Erstellt eine Instanz dieser Klasse.
protected internal IotHubClientException (string message, Exception innerException = default);
new Microsoft.Azure.Devices.Client.IotHubClientException : string * Exception -> Microsoft.Azure.Devices.Client.IotHubClientException
Protected Friend Sub New (message As String, Optional innerException As Exception = Nothing)
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:
IotHubClientException(String, IotHubClientErrorCode, Exception)
Erstellt eine Instanz dieser Klasse.
protected internal IotHubClientException (string message, Microsoft.Azure.Devices.Client.IotHubClientErrorCode errorCode, Exception innerException = default);
new Microsoft.Azure.Devices.Client.IotHubClientException : string * Microsoft.Azure.Devices.Client.IotHubClientErrorCode * Exception -> Microsoft.Azure.Devices.Client.IotHubClientException
Protected Friend Sub New (message As String, errorCode As IotHubClientErrorCode, Optional innerException As Exception = Nothing)
Parameter
- message
- String
Die Meldung, in der der Fehler beschrieben wird.
- errorCode
- IotHubClientErrorCode
Der spezifische Fehlercode.
- innerException
- Exception
Die Ausnahme, die die Ursache der aktuellen Ausnahme ist.
Gilt für:
IotHubClientException(String, Boolean, Exception)
Erstellt eine Instanz dieser Klasse.
protected internal IotHubClientException (string message, bool isTransient, Exception innerException = default);
new Microsoft.Azure.Devices.Client.IotHubClientException : string * bool * Exception -> Microsoft.Azure.Devices.Client.IotHubClientException
Protected Friend Sub New (message As String, isTransient As Boolean, Optional innerException As Exception = Nothing)
Parameter
- message
- String
Die Meldung, in der der Fehler beschrieben wird.
- isTransient
- Boolean
Gibt an, ob der Fehler vorübergehend ist und wiederholt werden soll.
- innerException
- Exception
Die Ausnahme, die die Ursache der aktuellen Ausnahme ist.
Gilt für:
IotHubClientException(String, Boolean, String, Exception)
Erstellt eine Instanz dieser Klasse.
protected internal IotHubClientException (string message, bool isTransient, string trackingId, Exception innerException = default);
new Microsoft.Azure.Devices.Client.IotHubClientException : string * bool * string * Exception -> Microsoft.Azure.Devices.Client.IotHubClientException
Protected Friend Sub New (message As String, isTransient As Boolean, trackingId As String, Optional innerException As Exception = Nothing)
Parameter
- message
- String
Die Meldung, in der der Fehler beschrieben wird.
- isTransient
- Boolean
Gibt an, ob der Fehler vorübergehend ist und wiederholt werden soll.
- trackingId
- String
Der Dienst hat die Mit diesem bestimmten Fehler zugeordnete Nachverfolgungs-ID zurückgegeben.
- innerException
- Exception
Die Ausnahme, die die Ursache der aktuellen Ausnahme ist.
Gilt für:
IotHubClientException(String, String, IotHubClientErrorCode, Exception)
Erstellt eine Instanz dieser Klasse.
protected internal IotHubClientException (string message, string trackingId, Microsoft.Azure.Devices.Client.IotHubClientErrorCode errorCode, Exception innerException = default);
new Microsoft.Azure.Devices.Client.IotHubClientException : string * string * Microsoft.Azure.Devices.Client.IotHubClientErrorCode * Exception -> Microsoft.Azure.Devices.Client.IotHubClientException
Protected Friend Sub New (message As String, trackingId As String, errorCode As IotHubClientErrorCode, Optional innerException As Exception = Nothing)
Parameter
- message
- String
Die Meldung, in der der Fehler beschrieben wird.
- trackingId
- String
Der Dienst hat die Mit diesem bestimmten Fehler zugeordnete Nachverfolgungs-ID zurückgegeben.
- errorCode
- IotHubClientErrorCode
Der spezifische Fehlercode.
- innerException
- Exception
Die Ausnahme, die die Ursache der aktuellen Ausnahme ist.
Gilt für:
Azure SDK for .NET