C# Class Granados.X11.X11UtilException

Exception for X11 utilities
Inheritance: System.Exception
Mostra file Open project: poderosaproject/poderosa

Public Methods

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

Method Details

X11UtilException() public method

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

X11UtilException() public method

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