Partilhar via


EventHubsCommunicationException Construtores

Definição

Sobrecargas

EventHubsCommunicationException(String)
EventHubsCommunicationException(String, Exception)

EventHubsCommunicationException(String)

Origem:
EventHubsCommunicationException.cs
protected internal EventHubsCommunicationException (string message);
new Microsoft.Azure.EventHubs.EventHubsCommunicationException : string -> Microsoft.Azure.EventHubs.EventHubsCommunicationException
Protected Friend Sub New (message As String)

Parâmetros

message
String

Aplica-se a

EventHubsCommunicationException(String, Exception)

Origem:
EventHubsCommunicationException.cs
protected internal EventHubsCommunicationException (string message, Exception innerException);
new Microsoft.Azure.EventHubs.EventHubsCommunicationException : string * Exception -> Microsoft.Azure.EventHubs.EventHubsCommunicationException
Protected Friend Sub New (message As String, innerException As Exception)

Parâmetros

message
String
innerException
Exception

Aplica-se a