EventHubsException Classe

Définition

Exception de base pour diverses erreurs Event Hubs.

public class EventHubsException : Exception
type EventHubsException = class
    inherit Exception
Public Class EventHubsException
Inherits Exception
Héritage
EventHubsException
Dérivé

Constructeurs

EventHubsException(Boolean)

Retourne une nouvelle exception EventHubsException

EventHubsException(Boolean, Exception)

Retourne une nouvelle exception EventHubsException

EventHubsException(Boolean, String)

Retourne une nouvelle exception EventHubsException

EventHubsException(Boolean, String, Exception)

Retourne une nouvelle exception EventHubsException

EventHubsException(Boolean, String, Exception, EventHubsException+ErrorSourceType)

Retourne une nouvelle exception EventHubsException

Propriétés

ErrorSource

Obtient la source d’erreur.

EventHubsNamespace

Obtient l’espace de noms Event Hubs à partir duquel l’exception s’est produite, si disponible.

IsTransient

Boolean indiquant si l’exception est une erreur temporaire ou non.

Message

Obtient le message sous forme de chaîne mise en forme.

S’applique à