次の方法で共有


ActorCallsDisallowedException クラス

定義

現在の移行サービスがアクター呼び出しのディスパッチを許可されていないことを示す例外。 ソース移行サービスは、ダウンタイム フェーズでの呼び出しを受け入れることは許可されていません。 ターゲット移行サービスは、すべてのシーケンス番号が正常に移行されるまで、呼び出しを受け入れることは許可されません。

[System.Serializable]
public sealed class ActorCallsDisallowedException : System.Fabric.FabricException
[<System.Serializable>]
type ActorCallsDisallowedException = class
    inherit FabricException
Public NotInheritable Class ActorCallsDisallowedException
Inherits FabricException
継承
ActorCallsDisallowedException
属性

コンストラクター

ActorCallsDisallowedException()

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

ActorCallsDisallowedException(String)

指定したエラー メッセージを使用して、ActorCallsDisallowedException クラスの新しいインスタンスを初期化します。

ActorCallsDisallowedException(String, Exception)

指定したエラー メッセージおよびこの例外の原因となった内部例外への参照を使用して、ActorCallsDisallowedException クラスの新しいインスタンスを初期化します。

プロパティ

ErrorCode

エラー コード パラメーターを取得します。

(継承元 FabricException)

適用対象