ProviderStartException 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 started.
[System.Serializable]
public class ProviderStartException : Orleans.Runtime.OrleansException
[System.Serializable]
[Orleans.GenerateSerializer]
public sealed class ProviderStartException : Orleans.Runtime.OrleansException
[<System.Serializable>]
type ProviderStartException = class
inherit OrleansException
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
type ProviderStartException = class
inherit OrleansException
Public Class ProviderStartException
Inherits OrleansException
Public NotInheritable Class ProviderStartException
Inherits OrleansException
- Inheritance
- Attributes
Constructors
ProviderStartException() |
Initializes a new instance of the ProviderStartException class. |
ProviderStartException(SerializationInfo, StreamingContext) | |
ProviderStartException(String, Exception) |
Initializes a new instance of the ProviderStartException class. |
ProviderStartException(String) |
Initializes a new instance of the ProviderStartException class. |