Partager via


ServiceBusException Classe

Définition

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 à