次の方法で共有


RelayNotFoundException コンストラクター

定義

オーバーロード

RelayNotFoundException()

RelayNotFoundException クラスの新しいインスタンスを初期化します。

RelayNotFoundException(String)

RelayNotFoundException クラスの新しいインスタンスを初期化します。

RelayNotFoundException(SerializationInfo, StreamingContext)

RelayNotFoundException クラスの新しいインスタンスを初期化します。

RelayNotFoundException(String, Exception)

RelayNotFoundException クラスの新しいインスタンスを初期化します。

RelayNotFoundException()

RelayNotFoundException クラスの新しいインスタンスを初期化します。

public RelayNotFoundException();
Public Sub New ()

適用対象

RelayNotFoundException(String)

RelayNotFoundException クラスの新しいインスタンスを初期化します。

public RelayNotFoundException(string message);
new Microsoft.ServiceBus.RelayNotFoundException : string -> Microsoft.ServiceBus.RelayNotFoundException
Public Sub New (message As String)

パラメーター

message
String

エラー メッセージ。

適用対象

RelayNotFoundException(SerializationInfo, StreamingContext)

RelayNotFoundException クラスの新しいインスタンスを初期化します。

protected RelayNotFoundException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.ServiceBus.RelayNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.ServiceBus.RelayNotFoundException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

パラメーター

info
SerializationInfo

シリアル化情報。

context
StreamingContext

ストリーム コンテキスト。

適用対象

RelayNotFoundException(String, Exception)

RelayNotFoundException クラスの新しいインスタンスを初期化します。

public RelayNotFoundException(string message, Exception innerException);
new Microsoft.ServiceBus.RelayNotFoundException : string * Exception -> Microsoft.ServiceBus.RelayNotFoundException
Public Sub New (message As String, innerException As Exception)

パラメーター

message
String

エラー メッセージ。

innerException
Exception

内部例外。

適用対象