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

FabricElementNotFoundException 类

定义

Service Fabric 元素不可用时引发的异常。

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

构造函数

FabricElementNotFoundException()

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

FabricElementNotFoundException(FabricErrorCode)

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

FabricElementNotFoundException(SerializationInfo, StreamingContext)

使用指定的信息、上下文初始化 类的新实例 FabricElementNotFoundException

FabricElementNotFoundException(SerializationInfo, StreamingContext, FabricErrorCode)

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

FabricElementNotFoundException(String)

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

FabricElementNotFoundException(String, Exception)

使用指定的错误消息和内部异常初始化 类的新实例 StreamingContext

FabricElementNotFoundException(String, Exception, FabricErrorCode)

使用指定的消息、内部异常和错误代码初始化 类的新实例 FabricElementNotFoundException

FabricElementNotFoundException(String, FabricErrorCode)

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

属性

ErrorCode

获取错误代码参数。

(继承自 FabricException)

适用于