C# Class Granados.X11.X11SocketException

Exception that is thrown in the IX11Socket.
Inheritance: X11UtilException
Mostra file Open project: poderosaproject/poderosa

Public Methods

Method Description
X11SocketException ( string message ) : System
X11SocketException ( string message, Exception exception ) : System

Method Details

X11SocketException() public method

public X11SocketException ( string message ) : System
message string
return System

X11SocketException() public method

public X11SocketException ( string message, Exception exception ) : System
message string
exception System.Exception
return System