ServiceBusException 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 de base pour diverses erreurs Service Bus.
public class ServiceBusException : Exception
type ServiceBusException = class
inherit Exception
Public Class ServiceBusException
Inherits Exception
- Héritage
-
ServiceBusException
- Dérivé
Constructeurs
ServiceBusException(Boolean) |
Retourne une nouvelle exception ServiceBusException |
ServiceBusException(Boolean, Exception) |
Retourne une nouvelle exception ServiceBusException |
ServiceBusException(Boolean, String) |
Retourne une nouvelle exception ServiceBusException |
ServiceBusException(Boolean, String, Exception) |
Retourne une nouvelle exception ServiceBusException |
Propriétés
IsTransient |
Boolean indiquant si l’exception est une erreur temporaire ou non. |
Message |
Obtient le message sous forme de chaîne mise en forme. |
ServiceBusNamespace |
Obtient l’espace de noms Service Bus à partir duquel l’exception s’est produite, si disponible. |
S’applique à
Azure SDK for .NET