Class ChannelChangedException
This exception is thrown when a same Unity.Services.Wire.Internal.IChannelTokenProvider provides a channel that is inconsistant with the previous calls to Unity.Services.Wire.Internal.IChannelTokenProvider.GetTokenAsync().
Implements
Inherited Members
RequestFailedException.ErrorCode
Namespace: Unity.Services.Wire.Internal
Assembly: Unity.Services.Multiplayer.Multiplay.Wire.Internal.dll
Syntax
public class ChannelChangedException : RequestFailedException, ISerializable
Constructors
ChannelChangedException(string, string)
This exception is thrown when a same Unity.Services.Wire.Internal.IChannelTokenProvider provides a channel that is inconsistant with the previous calls to Unity.Services.Wire.Internal.IChannelTokenProvider.GetTokenAsync().
Declaration
public ChannelChangedException(string newAlias, string oldAlias)
Parameters
Type | Name | Description |
---|---|---|
string | newAlias | |
string | oldAlias |