SubscriptionErrorEventArgs クラス

定義

StreamingSubscriptionConnection オブジェクトの OnSubscriptionError イベントと OnDisconnect イベントにデータを提供します。

public ref class SubscriptionErrorEventArgs : EventArgs
public class SubscriptionErrorEventArgs : EventArgs
Public Class SubscriptionErrorEventArgs
Inherits EventArgs
継承
SubscriptionErrorEventArgs

プロパティ

Exception

エラーを表す例外を取得します。 Exception が null 参照 (Visual Basic では Nothing) の場合、接続はサーバーによってクリーンに閉じられました。

Subscription

エラーが発生したサブスクリプションを取得します。 サブスクリプションが null 参照 (Visual Basic では Nothing) の場合、エラーは接続全体に適用されます。

適用対象