ProviderStartException Class

Definition

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
ProviderStartException
Attributes

Constructors

ProviderStartException()

Initializes a new instance of the ProviderStartException class.

ProviderStartException(SerializationInfo, StreamingContext)
ProviderStartException(String)

Initializes a new instance of the ProviderStartException class.

ProviderStartException(String, Exception)

Initializes a new instance of the ProviderStartException class.

Applies to