Class EmptyChannelException
This exception is thrown when the channel provided by the IChannelTokenProvider is null or empty.
Implements
Inherited Members
RequestFailedException.ErrorCode
Namespace: Unity.Services.Wire.Internal
Assembly: Unity.Services.Wire.Internal.dll
Syntax
public class EmptyChannelException : RequestFailedException, ISerializable
Constructors
EmptyChannelException()
This exception is thrown when the channel provided by the IChannelTokenProvider is null or empty.
Declaration
public EmptyChannelException()