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

ReminderNotFoundException 类

定义

当找不到执行组件指定的提醒时,执行组件运行时引发的异常。

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

构造函数

ReminderNotFoundException()

初始化 ReminderNotFoundException 类的新实例。

ReminderNotFoundException(String)

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

ReminderNotFoundException(String, Exception)

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

属性

ErrorCode

获取错误代码参数。

(继承自 FabricException)

适用于