GrainExtensionNotInstalledException 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.
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
- Attributes
Constructors
GrainExtensionNotInstalledException() |
Initializes a new instance of the GrainExtensionNotInstalledException class. |
GrainExtensionNotInstalledException(SerializationInfo, StreamingContext) | |
GrainExtensionNotInstalledException(String, Exception) |
Initializes a new instance of the GrainExtensionNotInstalledException class. |
GrainExtensionNotInstalledException(String) |
Initializes a new instance of the GrainExtensionNotInstalledException class. |