BadProviderConfigException Class

Definition

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
BadProviderConfigException
Derived
Attributes

Constructors

BadProviderConfigException()
BadProviderConfigException(SerializationInfo, StreamingContext)
BadProviderConfigException(String)
BadProviderConfigException(String, Exception)

Applies to