EventHubsException Klasse

Definition

Basis-Ausnahme für verschiedene Event Hubs-Fehler.

public class EventHubsException : Exception
type EventHubsException = class
    inherit Exception
Public Class EventHubsException
Inherits Exception
Vererbung
EventHubsException
Abgeleitet

Konstruktoren

EventHubsException(Boolean)

Gibt eine neue EventHubsException zurück.

EventHubsException(Boolean, Exception)

Gibt eine neue EventHubsException zurück.

EventHubsException(Boolean, String)

Gibt eine neue EventHubsException zurück.

EventHubsException(Boolean, String, Exception)

Gibt eine neue EventHubsException zurück.

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

Gibt eine neue EventHubsException zurück.

Eigenschaften

ErrorSource

Ruft die Fehlerquelle ab.

EventHubsNamespace

Ruft den Event Hubs-Namespace ab, von dem die Ausnahme aufgetreten ist, sofern verfügbar.

IsTransient

Ein boolescher Wert, der angibt, ob es sich bei der Ausnahme um einen vorübergehenden Fehler handelt oder nicht.

Message

Ruft die Nachricht als formatierte Zeichenfolge ab.

Gilt für: