v1.0.0
Latest
2022.3+

Class ChannelChangedException

This exception is thrown when a same IChannelTokenProvider provides a channel that is inconsistant with the previous calls to GetTokenAsync().

Inheritance
System.Object
ChannelChangedException
Namespace: Unity.Services.Wire.Internal
Syntax
public class ChannelChangedException : RequestFailedException

Constructors

ChannelChangedException(String, String)

Declaration
public ChannelChangedException(string newAlias, string oldAlias)
Parameters
TypeNameDescription
System.StringnewAlias
System.StringoldAlias