ReminderNotFoundException Class

Definition

Exception thrown by actor runtime when a specified reminder is not found for the actor.

[System.Serializable]
public sealed class ReminderNotFoundException : System.Fabric.FabricException
[<System.Serializable>]
type ReminderNotFoundException = class
    inherit FabricException
Public NotInheritable Class ReminderNotFoundException
Inherits FabricException
Inheritance
ReminderNotFoundException
Attributes

Constructors

ReminderNotFoundException()

Initializes a new instance of the ReminderNotFoundException class.

ReminderNotFoundException(String)

Initializes a new instance of the ReminderNotFoundException class with a specified error message.

ReminderNotFoundException(String, Exception)

Initializes a new instance of the ReminderNotFoundException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Properties

ErrorCode

Gets the error code parameter.

(Inherited from FabricException)

Applies to