AmbiguousActorIdDetectedException クラス

定義

未解決のあいまいなアクター ID 検出を表す例外。

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

コンストラクター

AmbiguousActorIdDetectedException()

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

AmbiguousActorIdDetectedException(String)

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

AmbiguousActorIdDetectedException(String, Exception)

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

プロパティ

ErrorCode

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

(継承元 FabricException)

適用対象