Constructor ChannelChangedException
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 |