EventHubsCommunicationException Constructors

Definition

Overloads

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)

Parameters

message
String

Applies to

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)

Parameters

message
String
innerException
Exception

Applies to