<PackageReference Include="System.Threading.Channels" Version="10.0.11" />

System.Threading.Channels.ChannelClosedException

Exception thrown when a channel is used after it's been closed.
namespace System.Threading.Channels { public class ChannelClosedException : InvalidOperationException { public ChannelClosedException(); public ChannelClosedException(string message); public ChannelClosedException(Exception innerException); public ChannelClosedException(string message, Exception innerException); protected ChannelClosedException(SerializationInfo info, StreamingContext context); } }