SubscriptionErrorEventArgs constructor
SubscriptionErrorEventArgs(
- StreamingSubscription? subscription,
- Object? exception
Implementation
SubscriptionErrorEventArgs(
StreamingSubscription? subscription, Object? exception) {
this.Subscription = subscription;
this.Exception = exception;
}