Class GrainExtensionNotInstalledException
Signifies that an attempt was made to invoke a grain extension method on a grain where that extension was not installed.
Inheritance
System.Object
GrainExtensionNotInstalledException
Assembly: Orleans.Core.Abstractions.dll
Syntax
public class GrainExtensionNotInstalledException : OrleansException
Constructors
|
Improve this Doc
View Source
GrainExtensionNotInstalledException()
Declaration
public GrainExtensionNotInstalledException()
|
Improve this Doc
View Source
GrainExtensionNotInstalledException(SerializationInfo, StreamingContext)
Declaration
protected GrainExtensionNotInstalledException(SerializationInfo info, StreamingContext context)
Parameters
| Type |
Name |
Description |
| SerializationInfo |
info |
|
| StreamingContext |
context |
|
|
Improve this Doc
View Source
GrainExtensionNotInstalledException(String)
Declaration
public GrainExtensionNotInstalledException(string msg)
Parameters
| Type |
Name |
Description |
| System.String |
msg |
|
|
Improve this Doc
View Source
GrainExtensionNotInstalledException(String, Exception)
Declaration
public GrainExtensionNotInstalledException(string message, Exception innerException)
Parameters
| Type |
Name |
Description |
| System.String |
message |
|
| Exception |
innerException |
|
Extension Methods