BadGrainStorageConfigException 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.
Exception thrown whenever a grain call is attempted with a bad / missing storage configuration settings for that grain.
[System.Serializable]
public class BadGrainStorageConfigException : Orleans.Storage.BadProviderConfigException
[<System.Serializable>]
type BadGrainStorageConfigException = class
inherit BadProviderConfigException
Public Class BadGrainStorageConfigException
Inherits BadProviderConfigException
- Inheritance
- Attributes
Constructors
BadGrainStorageConfigException() | |
BadGrainStorageConfigException(SerializationInfo, StreamingContext) | |
BadGrainStorageConfigException(String, Exception) | |
BadGrainStorageConfigException(String) |