SubscriptionErrorEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |