ChannelClosedException Class (System.Threading.Channels)

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Exception thrown when a channel is used after it's been closed.

public ref class ChannelClosedException : InvalidOperationException
public class ChannelClosedException : InvalidOperationException
[System.Serializable]
public class ChannelClosedException : InvalidOperationException
type ChannelClosedException = class
    inherit InvalidOperationException
[<System.Serializable>]
type ChannelClosedException = class
    inherit InvalidOperationException
Public Class ChannelClosedException
Inherits InvalidOperationException
Inheritance
Inheritance
Attributes

Applies to