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