C# Class NetMQ.ProtocolNotSupportedException

Inheritance: NetMQException
显示文件 Open project: NetMQ/NetMQ3-x

Public Methods

Method Description
ProtocolNotSupportedException ( ) : System

Create a new ProtocolNotSupportedException with no message nor inner-exception.

Protected Methods

Method Description
ProtocolNotSupportedException ( SerializationInfo info, StreamingContext context ) : System

Constructor for serialisation.

Private Methods

Method Description
ProtocolNotSupportedException ( [ message ) : System

Create a new ProtocolNotSupportedException with the given message.

ProtocolNotSupportedException ( [ innerException, [ message ) : System

Create a new ProtocolNotSupportedException with a given inner-exception and message.

Method Details

ProtocolNotSupportedException() public method

Create a new ProtocolNotSupportedException with no message nor inner-exception.
public ProtocolNotSupportedException ( ) : System
return System

ProtocolNotSupportedException() protected method

Constructor for serialisation.
protected ProtocolNotSupportedException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System