Compartir a través de


EventHubsCommunicationException Constructores

Definición

Sobrecargas

EventHubsCommunicationException(String)
EventHubsCommunicationException(String, Exception)

EventHubsCommunicationException(String)

Source:
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

Se aplica a

EventHubsCommunicationException(String, Exception)

Source:
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

Se aplica a