C# Class NetMQ.HostUnreachableException

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

Méthodes publiques

Méthode Description
HostUnreachableException ( ) : System

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

Méthodes protégées

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

Constructor for serialisation.

Private Methods

Méthode Description
HostUnreachableException ( [ message ) : System

Create a new HostUnreachableException with the given message.

HostUnreachableException ( [ innerException, [ message ) : System

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

Method Details

HostUnreachableException() public méthode

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

HostUnreachableException() protected méthode

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