SubscriptionErrorEventArgs Class

Definition

Provides data to the OnSubscriptionError and OnDisconnect events of a StreamingSubscriptionConnection object.

public ref class SubscriptionErrorEventArgs : EventArgs
public class SubscriptionErrorEventArgs : EventArgs
Public Class SubscriptionErrorEventArgs
Inherits EventArgs
Inheritance
SubscriptionErrorEventArgs

Properties

Exception

Gets the exception that represents the error. If Exception is a null reference (Nothing in Visual Basic), the connection was cleanly closed by the server.

Subscription

Gets the subscription for which an error occurred. If Subscription is a null reference (Nothing in Visual Basic), the error applies to the entire connection.

Applies to