ProviderStartException クラス

定義

プロバイダーの起動に失敗するたびにスローされる例外。

[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
継承
ProviderStartException
属性

コンストラクター

ProviderStartException()

ProviderStartException クラスの新しいインスタンスを初期化します。

ProviderStartException(SerializationInfo, StreamingContext)

プロバイダーの起動に失敗するたびにスローされる例外。

ProviderStartException(String)

ProviderStartException クラスの新しいインスタンスを初期化します。

ProviderStartException(String, Exception)

ProviderStartException クラスの新しいインスタンスを初期化します。

適用対象