ThrottlingException 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
ThrottlingException(String) |
Crée un instance de ThrottlingException avec un message d’erreur spécifié et le marque comme non temporaire. |
ThrottlingException(ErrorCode, String) |
Crée un instance de ThrottlingException avec un message d’erreur spécifié ErrorCodeet le marque comme non temporaire. |
ThrottlingException(SerializationInfo, StreamingContext) |
Crée un instance de ThrottlingException avec et SerializationInfoStreamingContext associé à l’exception. |
ThrottlingException(String, Exception) |
Crée une instance de ThrottlingException 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. |
ThrottlingException(String)
Crée un instance de ThrottlingException avec un message d’erreur spécifié et le marque comme non temporaire.
public ThrottlingException (string message);
new Microsoft.Azure.Devices.Common.Exceptions.ThrottlingException : string -> Microsoft.Azure.Devices.Common.Exceptions.ThrottlingException
Public Sub New (message As String)
Paramètres
- message
- String
Message décrivant l'erreur.
S’applique à
ThrottlingException(ErrorCode, String)
Crée un instance de ThrottlingException avec un message d’erreur spécifié ErrorCodeet le marque comme non temporaire.
public ThrottlingException (Microsoft.Azure.Devices.Common.Exceptions.ErrorCode code, string message);
new Microsoft.Azure.Devices.Common.Exceptions.ThrottlingException : Microsoft.Azure.Devices.Common.Exceptions.ErrorCode * string -> Microsoft.Azure.Devices.Common.Exceptions.ThrottlingException
Public Sub New (code As ErrorCode, message As String)
Paramètres
- message
- String
Message décrivant l'erreur.
S’applique à
ThrottlingException(SerializationInfo, StreamingContext)
Crée un instance de ThrottlingException avec et SerializationInfoStreamingContext associé à l’exception.
protected ThrottlingException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.Azure.Devices.Common.Exceptions.ThrottlingException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.Azure.Devices.Common.Exceptions.ThrottlingException
Protected 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 à
ThrottlingException(String, Exception)
Crée une instance de ThrottlingException 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 ThrottlingException (string message, Exception inner);
new Microsoft.Azure.Devices.Common.Exceptions.ThrottlingException : string * Exception -> Microsoft.Azure.Devices.Common.Exceptions.ThrottlingException
Public Sub New (message As String, inner As Exception)
Paramètres
- message
- String
Message décrivant l'erreur.
- inner
- Exception
Exception ayant provoqué l'exception actuelle.
S’applique à
Azure SDK for .NET