GrainExtensionNotInstalledException Class

Definition

Signifies that an attempt was made to invoke a grain extension method on a grain where that extension was not installed.

[System.Serializable]
public class GrainExtensionNotInstalledException : Orleans.Runtime.OrleansException
[System.Serializable]
[Orleans.GenerateSerializer]
public sealed class GrainExtensionNotInstalledException : Orleans.Runtime.OrleansException
[<System.Serializable>]
type GrainExtensionNotInstalledException = class
    inherit OrleansException
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
type GrainExtensionNotInstalledException = class
    inherit OrleansException
Public Class GrainExtensionNotInstalledException
Inherits OrleansException
Public NotInheritable Class GrainExtensionNotInstalledException
Inherits OrleansException
Inheritance
GrainExtensionNotInstalledException
Attributes

Constructors

GrainExtensionNotInstalledException()

Initializes a new instance of the GrainExtensionNotInstalledException class.

GrainExtensionNotInstalledException(SerializationInfo, StreamingContext)
GrainExtensionNotInstalledException(String)

Initializes a new instance of the GrainExtensionNotInstalledException class.

GrainExtensionNotInstalledException(String, Exception)

Initializes a new instance of the GrainExtensionNotInstalledException class.

Applies to