Class SubscriptionErrorEventArgs
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Provides data to a StreamingSubscriptionConnection's OnSubscriptionError and OnDisconnect events.
public class SubscriptionErrorEventArgs : EventArgs
- Inheritance
-
SubscriptionErrorEventArgs
- Inherited Members
Properties
Exception
Gets the exception representing the error. If Exception is null, the connection was cleanly closed by the server.
public Exception Exception { get; }
Property Value
Subscription
Gets the subscription for which an error occurred. If Subscription is null, the error applies to the entire connection.
public StreamingSubscription Subscription { get; }