Freigeben über


IotHubThrottledException Konstruktoren

Definition

Überlädt

IotHubThrottledException(Int32)

Erstellt eine instance dieser Klasse mit dem Wert der maximal zulässigen Anzahl aktiver Anforderungen und markiert sie als nicht vorübergehend.

IotHubThrottledException(String, Exception)

Erstellt einen instance dieser Klasse mit einer angegebenen Fehlermeldung und einem Verweis auf die innere Ausnahme, die diese Ausnahme verursacht hat, und markiert sie als nicht vorübergehend.

IotHubThrottledException(Int32)

Erstellt eine instance dieser Klasse mit dem Wert der maximal zulässigen Anzahl aktiver Anforderungen und markiert sie als nicht vorübergehend.

public IotHubThrottledException (int maximumBatchCount);
new Microsoft.Azure.Devices.Common.Exceptions.IotHubThrottledException : int -> Microsoft.Azure.Devices.Common.Exceptions.IotHubThrottledException
Public Sub New (maximumBatchCount As Integer)

Parameter

maximumBatchCount
Int32

Die maximal zulässige Anzahl aktiver Anforderungen.

Gilt für:

IotHubThrottledException(String, Exception)

Erstellt einen instance dieser Klasse mit einer angegebenen Fehlermeldung und einem Verweis auf die innere Ausnahme, die diese Ausnahme verursacht hat, und markiert sie als nicht vorübergehend.

public IotHubThrottledException (string message, Exception innerException);
new Microsoft.Azure.Devices.Common.Exceptions.IotHubThrottledException : string * Exception -> Microsoft.Azure.Devices.Common.Exceptions.IotHubThrottledException
Public Sub New (message As String, innerException As Exception)

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: