ProviderInitializationException Class

Definition

Exception thrown whenever a provider has failed to be initialized.

[System.Serializable]
public class ProviderInitializationException : Orleans.Runtime.OrleansException
[System.Serializable]
[Orleans.GenerateSerializer]
public sealed class ProviderInitializationException : Orleans.Runtime.OrleansException
[<System.Serializable>]
type ProviderInitializationException = class
    inherit OrleansException
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
type ProviderInitializationException = class
    inherit OrleansException
Public Class ProviderInitializationException
Inherits OrleansException
Public NotInheritable Class ProviderInitializationException
Inherits OrleansException
Inheritance
ProviderInitializationException
Attributes

Constructors

ProviderInitializationException()

Initializes a new instance of the ProviderInitializationException class.

ProviderInitializationException(SerializationInfo, StreamingContext)
ProviderInitializationException(String)

Initializes a new instance of the ProviderInitializationException class.

ProviderInitializationException(String, Exception)

Initializes a new instance of the ProviderInitializationException class.

Applies to