Class MultiplexingProtocolException
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
SerializationInfoThe serialization info.
context
StreamingContextThe serialization context.
MultiplexingProtocolException(string?)
Initializes a new instance of the MultiplexingProtocolException class.
public MultiplexingProtocolException(string? message)
Parameters
message
stringThe message for the exception.
MultiplexingProtocolException(string?, Exception?)
Initializes a new instance of the MultiplexingProtocolException class.
public MultiplexingProtocolException(string? message, Exception? inner)