Class EmptyTokenException
This exception is thrown when the token provided by the IChannelTokenProvider is null or empty.
Inherited Members
Namespace: Unity.Services.Wire.Internal
Assembly: solution.dll
Syntax
public class EmptyTokenException : RequestFailedException, ISerializable, _Exception
Constructors
| Name | Description |
|---|---|
| EmptyTokenException() | This exception is thrown when the token provided by the IChannelTokenProvider is null or empty. |