C# Class Granados.X11.X11SocketException

Exception that is thrown in the IX11Socket.
Inheritance: X11UtilException
Afficher le fichier Open project: poderosaproject/poderosa

Méthodes publiques

Méthode Description
X11SocketException ( string message ) : System
X11SocketException ( string message, Exception exception ) : System

Method Details

X11SocketException() public méthode

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

X11SocketException() public méthode

public X11SocketException ( string message, Exception exception ) : System
message string
exception System.Exception
Résultat System