ReentrancyModeDisallowedException クラス

定義

アクターに対して再入可能な呼び出しが行われ、その ActorReentrancyMode が に Disallowed設定されている場合に、アクター ランタイムによってスローされる例外。

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

コンストラクター

ReentrancyModeDisallowedException()

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

ReentrancyModeDisallowedException(String)

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

ReentrancyModeDisallowedException(String, Exception)

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

プロパティ

ErrorCode

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

(継承元 FabricException)

適用対象