Class ChannelChangedException
This exception is thrown when a same IChannelTokenProvider provides a channel that is inconsistant with the previous calls to GetTokenAsync().
Namespace: Unity.Services.Wire.Internal
Assembly: Unity.Services.Wire.Internal.dll
Syntax
public class ChannelChangedException : RequestFailedException
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 |