GrainReferenceNotBoundException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates that a GrainReference was not bound to the runtime before being used.
[System.Serializable]
public class GrainReferenceNotBoundException : Orleans.Runtime.OrleansException
[System.Serializable]
[Orleans.GenerateSerializer]
public sealed class GrainReferenceNotBoundException : Orleans.Runtime.OrleansException
[<System.Serializable>]
type GrainReferenceNotBoundException = class
inherit OrleansException
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
type GrainReferenceNotBoundException = class
inherit OrleansException
Public Class GrainReferenceNotBoundException
Inherits OrleansException
Public NotInheritable Class GrainReferenceNotBoundException
Inherits OrleansException
- Inheritance
- Attributes
Constructors
GrainReferenceNotBoundException(SerializationInfo, StreamingContext) |