ProviderInitializationException 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 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
- Attributes
Constructors
ProviderInitializationException() |
Initializes a new instance of the ProviderInitializationException class. |
ProviderInitializationException(SerializationInfo, StreamingContext) | |
ProviderInitializationException(String, Exception) |
Initializes a new instance of the ProviderInitializationException class. |
ProviderInitializationException(String) |
Initializes a new instance of the ProviderInitializationException class. |