ConnectionFailedException クラス

定義

接続に失敗したことを示します。

public class ConnectionFailedException : Orleans.Runtime.OrleansException
type ConnectionFailedException = class
    inherit OrleansException
Public Class ConnectionFailedException
Inherits OrleansException
継承
ConnectionFailedException

コンストラクター

ConnectionFailedException()

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

ConnectionFailedException(SerializationInfo, StreamingContext)
古い.

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

ConnectionFailedException(String)

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

ConnectionFailedException(String, Exception)

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

適用対象