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