C# Class ZeroMQ.Proxy.ProxyException

Inheritance: System.Exception
Afficher le fichier Open project: jgoz/netzmq Class Usage Examples

Méthodes publiques

Méthode Description
ProxyException ( int errorCode ) : System
ProxyException ( int errorCode, string message ) : System
ProxyException ( int errorCode, string message, Exception inner ) : System

Méthodes protégées

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

Method Details

ProxyException() protected méthode

protected ProxyException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

ProxyException() public méthode

public ProxyException ( int errorCode ) : System
errorCode int
Résultat System

ProxyException() public méthode

public ProxyException ( int errorCode, string message ) : System
errorCode int
message string
Résultat System

ProxyException() public méthode

public ProxyException ( int errorCode, string message, Exception inner ) : System
errorCode int
message string
inner System.Exception
Résultat System