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