Share via


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 類別的新執行個體。

適用於