C# Class NetMQ.InvalidException

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

Méthodes publiques

Méthode Description
InvalidException ( ) : System

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

Méthodes protégées

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

Constructor for serialisation.

Private Methods

Méthode Description
InvalidException ( [ message ) : System

Create a new InvalidException with the given message.

InvalidException ( [ innerException, [ message ) : System

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

Method Details

InvalidException() public méthode

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

InvalidException() protected méthode

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