ProviderStartException 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
每當提供者無法啟動時擲回的例外狀況。
[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(SerializationInfo, StreamingContext) |
每當提供者無法啟動時擲回的例外狀況。 |
ProviderStartException(String, Exception) |
初始化 ProviderStartException 類別的新執行個體。 |
ProviderStartException(String) |
初始化 ProviderStartException 類別的新執行個體。 |