C# Class NetMQ.AgainException

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

Méthodes publiques

Méthode Description
AgainException ( ) : System

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

AgainException ( [ message ) : System

Méthodes protégées

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

Constructor for serialisation.

Private Methods

Méthode Description
AgainException ( [ innerException, [ message ) : System

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

Method Details

AgainException() public méthode

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

AgainException() protected méthode

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

AgainException() public méthode

public AgainException ( [ message ) : System
message [
Résultat System