Freigeben über


EventHubsException Konstruktoren

Definition

Überlädt

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.

EventHubsException(Boolean)

Quelle:
EventHubsException.cs

Gibt eine neue EventHubsException zurück.

public EventHubsException (bool isTransient);
new Microsoft.Azure.EventHubs.EventHubsException : bool -> Microsoft.Azure.EventHubs.EventHubsException
Public Sub New (isTransient As Boolean)

Parameter

isTransient
Boolean

Gibt an, ob die Ausnahme vorübergehend ist.

Gilt für:

EventHubsException(Boolean, Exception)

Quelle:
EventHubsException.cs

Gibt eine neue EventHubsException zurück.

public EventHubsException (bool isTransient, Exception innerException);
new Microsoft.Azure.EventHubs.EventHubsException : bool * Exception -> Microsoft.Azure.EventHubs.EventHubsException
Public Sub New (isTransient As Boolean, innerException As Exception)

Parameter

isTransient
Boolean

Gibt an, ob die Ausnahme vorübergehend ist.

innerException
Exception

Die innere Ausnahme.

Gilt für:

EventHubsException(Boolean, String)

Quelle:
EventHubsException.cs

Gibt eine neue EventHubsException zurück.

public EventHubsException (bool isTransient, string message);
new Microsoft.Azure.EventHubs.EventHubsException : bool * string -> Microsoft.Azure.EventHubs.EventHubsException
Public Sub New (isTransient As Boolean, message As String)

Parameter

isTransient
Boolean

Gibt an, ob die Ausnahme vorübergehend ist.

message
String

Die detaillierte Nachrichten-Ausnahme.

Gilt für:

EventHubsException(Boolean, String, Exception)

Quelle:
EventHubsException.cs

Gibt eine neue EventHubsException zurück.

public EventHubsException (bool isTransient, string message, Exception innerException);
new Microsoft.Azure.EventHubs.EventHubsException : bool * string * Exception -> Microsoft.Azure.EventHubs.EventHubsException
Public Sub New (isTransient As Boolean, message As String, innerException As Exception)

Parameter

isTransient
Boolean

Gibt an, ob die Ausnahme vorübergehend ist.

message
String

Die detaillierte Nachrichten-Ausnahme.

innerException
Exception

Die innere Ausnahme.

Gilt für:

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

Quelle:
EventHubsException.cs

Gibt eine neue EventHubsException zurück.

public EventHubsException (bool isTransient, string message, Exception innerException, Microsoft.Azure.EventHubs.EventHubsException.ErrorSourceType errorSource);
new Microsoft.Azure.EventHubs.EventHubsException : bool * string * Exception * Microsoft.Azure.EventHubs.EventHubsException.ErrorSourceType -> Microsoft.Azure.EventHubs.EventHubsException
Public Sub New (isTransient As Boolean, message As String, innerException As Exception, errorSource As EventHubsException.ErrorSourceType)

Parameter

isTransient
Boolean

Gibt an, ob die Ausnahme vorübergehend ist.

message
String

Die detaillierte Nachrichten-Ausnahme.

innerException
Exception

Die innere Ausnahme.

errorSource
EventHubsException.ErrorSourceType

Fehlerquelle der Ausnahme.

Gilt für: