次の方法で共有


EventHubsCommunicationException コンストラクター

定義

オーバーロード

EventHubsCommunicationException(String)
EventHubsCommunicationException(String, Exception)

EventHubsCommunicationException(String)

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

パラメーター

message
String

適用対象

EventHubsCommunicationException(String, Exception)

ソース:
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)

パラメーター

message
String
innerException
Exception

適用対象