Show / Hide Table of Contents

Class ReminderException

Exception related to Orleans Reminder functions or Reminder service.

Inheritance
System.Object
OrleansException
ReminderException
Namespace: Orleans.Runtime
Assembly: Orleans.Core.Abstractions.dll
Syntax
public class ReminderException : OrleansException

Constructors

| Improve this Doc View Source

ReminderException(SerializationInfo, StreamingContext)

Declaration
public ReminderException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info
StreamingContext context
| Improve this Doc View Source

ReminderException(String)

Declaration
public ReminderException(string msg)
Parameters
Type Name Description
System.String msg

Extension Methods

ImmutableExt.AsImmutable<T>(T)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX