C# Class DynamicData.Zmq.Cache.UnreachableBrokerException

Inheritance: Exception
Afficher le fichier Open project: thomasraynal/DynamicData.Zmq

Méthodes publiques

Méthode Description
UnreachableBrokerException ( ) : System
UnreachableBrokerException ( string message ) : System
UnreachableBrokerException ( string message, Exception innerException ) : System

Méthodes protégées

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

Method Details

UnreachableBrokerException() public méthode

public UnreachableBrokerException ( ) : System
Résultat System

UnreachableBrokerException() protected méthode

protected UnreachableBrokerException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Résultat System

UnreachableBrokerException() public méthode

public UnreachableBrokerException ( string message ) : System
message string
Résultat System

UnreachableBrokerException() public méthode

public UnreachableBrokerException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System