Share via


FaultedSubscriptionException クラス

定義

この例外は、サブスクリプションがエラー状態になったストリーム サブスクリプションでエラーが発生したことを示します。 障害が発生したサブスクリプションでの作業は破棄する必要があります。

[System.Serializable]
public class FaultedSubscriptionException : Orleans.Runtime.OrleansException
[System.Serializable]
[Orleans.GenerateSerializer]
public sealed class FaultedSubscriptionException : Orleans.Runtime.OrleansException
[<System.Serializable>]
type FaultedSubscriptionException = class
    inherit OrleansException
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
type FaultedSubscriptionException = class
    inherit OrleansException
Public Class FaultedSubscriptionException
Inherits OrleansException
Public NotInheritable Class FaultedSubscriptionException
Inherits OrleansException
継承
FaultedSubscriptionException
属性

コンストラクター

FaultedSubscriptionException()

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

FaultedSubscriptionException(SerializationInfo, StreamingContext)

この例外は、サブスクリプションがエラー状態になったストリーム サブスクリプションでエラーが発生したことを示します。 障害が発生したサブスクリプションでの作業は破棄する必要があります。

FaultedSubscriptionException(String)

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

FaultedSubscriptionException(String, Exception)

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

適用対象