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