你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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)

适用于