Show / Hide Table of Contents

Class GrainReferenceNotBoundException

Indicates that a GrainReference was not bound to the runtime before being used.

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

Constructors

| Improve this Doc View Source

GrainReferenceNotBoundException(SerializationInfo, StreamingContext)

Declaration
protected GrainReferenceNotBoundException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info
StreamingContext context

Extension Methods

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