次の方法で共有


EndpointAlreadyExistsException コンストラクター

定義

オーバーロード

EndpointAlreadyExistsException()

EndpointAlreadyExistsException クラスの新しいインスタンスを作成します。

EndpointAlreadyExistsException(String)

指定したエラー メッセージを使用して EndpointAlreadyExistsException クラスの新しいインスタンスを作成します。

EndpointAlreadyExistsException(SerializationInfo, StreamingContext)

シリアル化されたデータを使用して EndpointAlreadyExistsException クラスの新しいインスタンスを作成します。

EndpointAlreadyExistsException(String, Exception)

指定したエラー メッセージとこの例外の原因になった内部例外への参照を使用して、EndpointAlreadyExistsException クラスの新しいインスタンスを作成します。

EndpointAlreadyExistsException()

EndpointAlreadyExistsException クラスの新しいインスタンスを作成します。

public EndpointAlreadyExistsException ();
Public Sub New ()

適用対象

EndpointAlreadyExistsException(String)

指定したエラー メッセージを使用して EndpointAlreadyExistsException クラスの新しいインスタンスを作成します。

public EndpointAlreadyExistsException (string message);
new Microsoft.Azure.Relay.EndpointAlreadyExistsException : string -> Microsoft.Azure.Relay.EndpointAlreadyExistsException
Public Sub New (message As String)

パラメーター

message
String

エラーを説明するメッセージ。

適用対象

EndpointAlreadyExistsException(SerializationInfo, StreamingContext)

シリアル化されたデータを使用して EndpointAlreadyExistsException クラスの新しいインスタンスを作成します。

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

パラメーター

info
SerializationInfo

スローされている例外に関するシリアル化済みオブジェクト データを保持している SerializationInfo

context
StreamingContext

転送元または転送先についてのコンテキスト情報を含む StreamingContext です。

適用対象

EndpointAlreadyExistsException(String, Exception)

指定したエラー メッセージとこの例外の原因になった内部例外への参照を使用して、EndpointAlreadyExistsException クラスの新しいインスタンスを作成します。

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

パラメーター

message
String

エラーを説明するメッセージ。

innerException
Exception

現在の例外の原因となった例外。

適用対象