Table of Contents

Class MultiplexingProtocolException

Namespace
Nerdbank.Streams
Assembly
Nerdbank.Streams.dll

An exception that is thrown when an error occurs on the remote side of a multiplexed connection.

[Serializable]
public class MultiplexingProtocolException : Exception, ISerializable
Inheritance
MultiplexingProtocolException
Implements
Inherited Members

Constructors

MultiplexingProtocolException()

Initializes a new instance of the MultiplexingProtocolException class.

public MultiplexingProtocolException()

MultiplexingProtocolException(SerializationInfo, StreamingContext)

Initializes a new instance of the MultiplexingProtocolException class for use in deserialization.

protected MultiplexingProtocolException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

The serialization info.

context StreamingContext

The serialization context.

MultiplexingProtocolException(string?)

Initializes a new instance of the MultiplexingProtocolException class.

public MultiplexingProtocolException(string? message)

Parameters

message string

The message for the exception.

MultiplexingProtocolException(string?, Exception?)

Initializes a new instance of the MultiplexingProtocolException class.

public MultiplexingProtocolException(string? message, Exception? inner)

Parameters

message string

The message for the exception.

inner Exception

The inner exception.