Class AlreadyUnsubscribedException
This exception is thrown when attempting to unsubscribe from a subscription that has already been unsubscribed.
Inherited Members
Namespace: Unity.Services.Wire.Internal
Assembly: solution.dll
Syntax
public class AlreadyUnsubscribedException : RequestFailedException, ISerializable, _Exception
Constructors
| Name | Description |
|---|---|
| AlreadyUnsubscribedException(string) | This exception is thrown when attempting to unsubscribe from a subscription that has already been unsubscribed. |