次の方法で共有


EndpointAlreadyExistsException クラス

定義

Relay HybridConnection/Endpoint が既に存在することを示す例外。

[System.Serializable]
public class EndpointAlreadyExistsException : Microsoft.Azure.Relay.RelayException
[<System.Serializable>]
type EndpointAlreadyExistsException = class
    inherit RelayException
Public Class EndpointAlreadyExistsException
Inherits RelayException
継承
EndpointAlreadyExistsException
属性

コンストラクター

EndpointAlreadyExistsException()

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

EndpointAlreadyExistsException(SerializationInfo, StreamingContext)

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

EndpointAlreadyExistsException(String)

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

EndpointAlreadyExistsException(String, Exception)

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

プロパティ

IsTransient

例外が一時的かどうかを示す値を取得します。 操作を再試行する必要があるかどうかを判断するには、このプロパティを確認します。

(継承元 RelayException)

適用対象