FaultedSubscriptionException クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この例外は、サブスクリプションがエラー状態になったストリーム サブスクリプションでエラーが発生したことを示します。 障害が発生したサブスクリプションでの作業は破棄する必要があります。
[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(SerializationInfo, StreamingContext) |
この例外は、サブスクリプションがエラー状態になったストリーム サブスクリプションでエラーが発生したことを示します。 障害が発生したサブスクリプションでの作業は破棄する必要があります。 |
FaultedSubscriptionException(String, Exception) |
FaultedSubscriptionException クラスの新しいインスタンスを初期化します。 |
FaultedSubscriptionException(String) |
FaultedSubscriptionException クラスの新しいインスタンスを初期化します。 |