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

FabricChaosEngineException 类

定义

Service Fabric 的内置混沌测试服务遇到意外情况时引发的异常。

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

构造函数

FabricChaosEngineException()

使用错误代码 ChaosAlreadyRunning初始化 类的新实例FabricChaosEngineException

FabricChaosEngineException(SerializationInfo, StreamingContext)

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

FabricChaosEngineException(String)

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

FabricChaosEngineException(String, Exception)

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

属性

ErrorCode

获取错误代码参数。

(继承自 FabricException)

适用于