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

ReentrancyModeDisallowedException 类

定义

执行组件运行时对执行组件进行可重入调用并将其 ActorReentrancyMode 设置为 Disallowed时引发的异常。

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

构造函数

ReentrancyModeDisallowedException()

初始化 ReentrancyModeDisallowedException 类的新实例。

ReentrancyModeDisallowedException(String)

用指定的错误消息初始化 ReentrancyModeDisallowedException 类的新实例。

ReentrancyModeDisallowedException(String, Exception)

使用指定的错误消息和对作为此异常原因的内部异常的引用来初始化 ReentrancyModeDisallowedException 类的新实例。

属性

ErrorCode

获取错误代码参数。

(继承自 FabricException)

适用于