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