BadProviderConfigException 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 provider configuration settings for that grain.
[System.Serializable]
public class BadProviderConfigException : Orleans.Runtime.OrleansException
[System.Serializable]
[Orleans.GenerateSerializer]
public sealed class BadProviderConfigException : Orleans.Runtime.OrleansException
[<System.Serializable>]
type BadProviderConfigException = class
inherit OrleansException
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
type BadProviderConfigException = class
inherit OrleansException
Public Class BadProviderConfigException
Inherits OrleansException
Public NotInheritable Class BadProviderConfigException
Inherits OrleansException
- Inheritance
- Derived
- Attributes
Constructors
BadProviderConfigException() | |
BadProviderConfigException(SerializationInfo, StreamingContext) | |
BadProviderConfigException(String, Exception) | |
BadProviderConfigException(String) |