C# Class NetMQ.ProtocolNotSupportedException

Inheritance: NetMQException
Afficher le fichier Open project: NetMQ/NetMQ3-x

Méthodes publiques

Méthode Description
ProtocolNotSupportedException ( ) : System

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

Méthodes protégées

Méthode Description
ProtocolNotSupportedException ( SerializationInfo info, StreamingContext context ) : System

Constructor for serialisation.

Private Methods

Méthode 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 méthode

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

ProtocolNotSupportedException() protected méthode

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