EventHubsException Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
EventHubsException(Boolean) |
Retorna uma nova EventHubsException |
EventHubsException(Boolean, Exception) |
Retorna uma nova EventHubsException |
EventHubsException(Boolean, String) |
Retorna uma nova EventHubsException |
EventHubsException(Boolean, String, Exception) |
Retorna uma nova EventHubsException |
EventHubsException(Boolean, String, Exception, EventHubsException+ErrorSourceType) |
Retorna uma nova EventHubsException |
EventHubsException(Boolean)
- Origem:
- EventHubsException.cs
Retorna uma nova 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 se a exceção é transitória ou não.
Aplica-se a
EventHubsException(Boolean, Exception)
- Origem:
- EventHubsException.cs
Retorna uma nova 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 se a exceção é transitória ou não.
- innerException
- Exception
A exceção interna.
Aplica-se a
EventHubsException(Boolean, String)
- Origem:
- EventHubsException.cs
Retorna uma nova 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 se a exceção é transitória ou não.
- message
- String
A exceção de mensagem detalhada.
Aplica-se a
EventHubsException(Boolean, String, Exception)
- Origem:
- EventHubsException.cs
Retorna uma nova 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 se a exceção é transitória ou não.
- message
- String
A exceção de mensagem detalhada.
- innerException
- Exception
A exceção interna.
Aplica-se a
EventHubsException(Boolean, String, Exception, EventHubsException+ErrorSourceType)
- Origem:
- EventHubsException.cs
Retorna uma nova 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 se a exceção é transitória ou não.
- message
- String
A exceção de mensagem detalhada.
- innerException
- Exception
A exceção interna.
- errorSource
- EventHubsException.ErrorSourceType
Origem do erro de exceção.
Aplica-se a
Azure SDK for .NET