EventHubsException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
EventHubsException(Boolean, String) |
EventHubsException クラスの新しいインスタンスを初期化します。 |
EventHubsException(Boolean, String, EventHubsException+FailureReason) |
EventHubsException クラスの新しいインスタンスを初期化します。 |
EventHubsException(Boolean, String, String) |
EventHubsException クラスの新しいインスタンスを初期化します。 |
EventHubsException(String, String, EventHubsException+FailureReason) |
クラスの新しいインスタンスを初期化し EventHubsException 、 を |
EventHubsException(Boolean, String, String, EventHubsException+FailureReason) |
EventHubsException クラスの新しいインスタンスを初期化します。 |
EventHubsException(Boolean, String, String, Exception) |
EventHubsException クラスの新しいインスタンスを初期化します。 |
EventHubsException(Boolean, String, String, EventHubsException+FailureReason, Exception) |
EventHubsException クラスの新しいインスタンスを初期化します。 |
EventHubsException(Boolean, String)
EventHubsException クラスの新しいインスタンスを初期化します。
public EventHubsException (bool isTransient, string eventHubName);
new Azure.Messaging.EventHubs.EventHubsException : bool * string -> Azure.Messaging.EventHubs.EventHubsException
Public Sub New (isTransient As Boolean, eventHubName As String)
パラメーター
- isTransient
- Boolean
true
例外を一時的と見なす必要がある場合は 。それ以外の場合は false
。
- eventHubName
- String
例外が関連付けられているイベント ハブの名前。
適用対象
EventHubsException(Boolean, String, EventHubsException+FailureReason)
EventHubsException クラスの新しいインスタンスを初期化します。
public EventHubsException (bool isTransient, string eventHubName, Azure.Messaging.EventHubs.EventHubsException.FailureReason reason);
new Azure.Messaging.EventHubs.EventHubsException : bool * string * Azure.Messaging.EventHubs.EventHubsException.FailureReason -> Azure.Messaging.EventHubs.EventHubsException
Public Sub New (isTransient As Boolean, eventHubName As String, reason As EventHubsException.FailureReason)
パラメーター
- isTransient
- Boolean
true
例外を一時的と見なす必要がある場合は 。それ以外の場合は false
。
- eventHubName
- String
例外が関連付けられているイベント ハブの名前。
例外が発生したエラーの理由。
適用対象
EventHubsException(Boolean, String, String)
EventHubsException クラスの新しいインスタンスを初期化します。
public EventHubsException (bool isTransient, string eventHubName, string message);
new Azure.Messaging.EventHubs.EventHubsException : bool * string * string -> Azure.Messaging.EventHubs.EventHubsException
Public Sub New (isTransient As Boolean, eventHubName As String, message As String)
パラメーター
- isTransient
- Boolean
true
例外を一時的と見なす必要がある場合は 。それ以外の場合は false
。
- eventHubName
- String
例外が関連付けられているイベント ハブの名前。
- message
- String
例外の原因を説明するエラー メッセージ。
適用対象
EventHubsException(String, String, EventHubsException+FailureReason)
クラスの新しいインスタンスを初期化し EventHubsException 、 を reason
使用して、一時的であるかどうかを検出します。
public EventHubsException (string eventHubName, string message, Azure.Messaging.EventHubs.EventHubsException.FailureReason reason);
new Azure.Messaging.EventHubs.EventHubsException : string * string * Azure.Messaging.EventHubs.EventHubsException.FailureReason -> Azure.Messaging.EventHubs.EventHubsException
Public Sub New (eventHubName As String, message As String, reason As EventHubsException.FailureReason)
パラメーター
- eventHubName
- String
例外が関連付けられているイベント ハブの名前。
- message
- String
例外の原因を説明するエラー メッセージ。
例外が発生したエラーの理由。
適用対象
EventHubsException(Boolean, String, String, EventHubsException+FailureReason)
EventHubsException クラスの新しいインスタンスを初期化します。
public EventHubsException (bool isTransient, string eventHubName, string message, Azure.Messaging.EventHubs.EventHubsException.FailureReason reason);
new Azure.Messaging.EventHubs.EventHubsException : bool * string * string * Azure.Messaging.EventHubs.EventHubsException.FailureReason -> Azure.Messaging.EventHubs.EventHubsException
Public Sub New (isTransient As Boolean, eventHubName As String, message As String, reason As EventHubsException.FailureReason)
パラメーター
- isTransient
- Boolean
true
例外を一時的と見なす必要がある場合は 。それ以外の場合は false
。
- eventHubName
- String
例外が関連付けられているイベント ハブの名前。
- message
- String
例外の原因を説明するエラー メッセージ。
例外が発生したエラーの理由。
適用対象
EventHubsException(Boolean, String, String, Exception)
EventHubsException クラスの新しいインスタンスを初期化します。
public EventHubsException (bool isTransient, string eventHubName, string message, Exception innerException);
new Azure.Messaging.EventHubs.EventHubsException : bool * string * string * Exception -> Azure.Messaging.EventHubs.EventHubsException
Public Sub New (isTransient As Boolean, eventHubName As String, message As String, innerException As Exception)
パラメーター
- isTransient
- Boolean
true
例外を一時的と見なす必要がある場合は 。それ以外の場合は false
。
- eventHubName
- String
例外が関連付けられているイベント ハブの名前。
- message
- String
例外の原因を説明するエラー メッセージ。
- innerException
- Exception
現在の例外の原因である例外、または、内部例外を指定しない場合は null 参照。
適用対象
EventHubsException(Boolean, String, String, EventHubsException+FailureReason, Exception)
EventHubsException クラスの新しいインスタンスを初期化します。
public EventHubsException (bool isTransient, string eventHubName, string message, Azure.Messaging.EventHubs.EventHubsException.FailureReason reason, Exception innerException);
new Azure.Messaging.EventHubs.EventHubsException : bool * string * string * Azure.Messaging.EventHubs.EventHubsException.FailureReason * Exception -> Azure.Messaging.EventHubs.EventHubsException
Public Sub New (isTransient As Boolean, eventHubName As String, message As String, reason As EventHubsException.FailureReason, innerException As Exception)
パラメーター
- isTransient
- Boolean
true
例外を一時的と見なす必要がある場合は 。それ以外の場合は false
。
- eventHubName
- String
例外が関連付けられているイベント ハブの名前。
- message
- String
例外の原因を説明するエラー メッセージ。
例外が発生したエラーの理由。
- innerException
- Exception
現在の例外の原因である例外、または、内部例外を指定しない場合は null 参照。
適用対象
Azure SDK for .NET