EventHubsException Constructores

Definición

Sobrecargas

EventHubsException(Boolean)

Devuelve una nueva excepción EventHubsException.

EventHubsException(Boolean, Exception)

Devuelve una nueva excepción EventHubsException.

EventHubsException(Boolean, String)

Devuelve una nueva excepción EventHubsException.

EventHubsException(Boolean, String, Exception)

Devuelve una nueva excepción EventHubsException.

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

Devuelve una nueva excepción EventHubsException.

EventHubsException(Boolean)

Source:
EventHubsException.cs

Devuelve una nueva excepción EventHubsException.

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

Parámetros

isTransient
Boolean

Especifica si la excepción es transitoria o no.

Se aplica a

EventHubsException(Boolean, Exception)

Source:
EventHubsException.cs

Devuelve una nueva excepción EventHubsException.

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)

Parámetros

isTransient
Boolean

Especifica si la excepción es transitoria o no.

innerException
Exception

Excepción interna.

Se aplica a

EventHubsException(Boolean, String)

Source:
EventHubsException.cs

Devuelve una nueva excepción EventHubsException.

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)

Parámetros

isTransient
Boolean

Especifica si la excepción es transitoria o no.

message
String

Excepción de mensaje detallada.

Se aplica a

EventHubsException(Boolean, String, Exception)

Source:
EventHubsException.cs

Devuelve una nueva excepción EventHubsException.

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)

Parámetros

isTransient
Boolean

Especifica si la excepción es transitoria o no.

message
String

Excepción de mensaje detallada.

innerException
Exception

Excepción interna.

Se aplica a

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

Source:
EventHubsException.cs

Devuelve una nueva excepción EventHubsException.

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)

Parámetros

isTransient
Boolean

Especifica si la excepción es transitoria o no.

message
String

Excepción de mensaje detallada.

innerException
Exception

Excepción interna.

errorSource
EventHubsException.ErrorSourceType

Origen de error de excepción.

Se aplica a