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

FabricElementAlreadyExistsException 类

定义

指示由于存在冲突实体而失败的异常。

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

构造函数

FabricElementAlreadyExistsException()

使用错误代码 Unknown初始化 类的新实例FabricElementAlreadyExistsException

FabricElementAlreadyExistsException(FabricErrorCode)

使用指定的错误代码初始化 类的新实例 FabricElementAlreadyExistsException

FabricElementAlreadyExistsException(SerializationInfo, StreamingContext)

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

FabricElementAlreadyExistsException(SerializationInfo, StreamingContext, FabricErrorCode)

使用指定的错误代码、指定的上下文和错误代码初始化 类的新实例 FabricElementAlreadyExistsException

FabricElementAlreadyExistsException(String)

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

FabricElementAlreadyExistsException(String, Exception)

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

FabricElementAlreadyExistsException(String, Exception, FabricErrorCode)

使用指定的错误消息、对此异常原因的内部异常的引用以及指定的错误代码初始化 类的新实例 FabricElementAlreadyExistsException

FabricElementAlreadyExistsException(String, FabricErrorCode)

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

属性

ErrorCode

获取错误代码参数。

(继承自 FabricException)

适用于