ServerBusyException Classe
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.
Exception levée lorsqu’un serveur est occupé. Les appelants doivent attendre un certain temps et réessayer l’opération.
public sealed class ServerBusyException : Microsoft.Azure.ServiceBus.ServiceBusException
type ServerBusyException = class
inherit ServiceBusException
Public NotInheritable Class ServerBusyException
Inherits ServiceBusException
- Héritage
Constructeurs
ServerBusyException(String) |
Exception levée lorsqu’un serveur est occupé. Les appelants doivent attendre un certain temps et réessayer l’opération. |
ServerBusyException(String, Exception) |
Exception levée lorsqu’un serveur est occupé. Les appelants doivent attendre un certain temps et réessayer l’opération. |
Propriétés
IsTransient |
Boolean indiquant si l’exception est une erreur temporaire ou non. (Hérité de ServiceBusException) |
Message |
Obtient le message sous forme de chaîne mise en forme. (Hérité de ServiceBusException) |
ServiceBusNamespace |
Obtient l’espace de noms Service Bus à partir duquel l’exception s’est produite, si disponible. (Hérité de ServiceBusException) |
S’applique à
Azure SDK for .NET