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

FabricTestCommandOperationIdAlreadyExistsException 类

定义

当测试命令已存在时引发的异常,即存在重复的操作标识符时。

[System.Serializable]
public class FabricTestCommandOperationIdAlreadyExistsException : System.Fabric.FabricException
[<System.Serializable>]
type FabricTestCommandOperationIdAlreadyExistsException = class
    inherit FabricException
Public Class FabricTestCommandOperationIdAlreadyExistsException
Inherits FabricException
继承
FabricTestCommandOperationIdAlreadyExistsException
属性

构造函数

FabricTestCommandOperationIdAlreadyExistsException()

使用错误代码 TestCommandOperationIdAlreadyExists初始化 类的新实例FabricTestCommandOperationIdAlreadyExistsException

FabricTestCommandOperationIdAlreadyExistsException(SerializationInfo, StreamingContext)

使用指定的上下文从序列化的对象数据初始化 类的新实例 FabricTestCommandOperationIdAlreadyExistsException

FabricTestCommandOperationIdAlreadyExistsException(String)

使用错误代码TestCommandOperationIdAlreadyExists和指定的错误消息初始化 类的新实例FabricTestCommandOperationIdAlreadyExistsException

FabricTestCommandOperationIdAlreadyExistsException(String, Exception)

使用指定的错误消息和对导致此异常的内部异常的引用初始化 类的新实例 FabricTestCommandOperationIdAlreadyExistsException

属性

ErrorCode

获取错误代码参数。

(继承自 FabricException)

适用于