C# 클래스 Granados.X11.X11UtilException

Exception for X11 utilities
상속: System.Exception
파일 보기 프로젝트 열기: poderosaproject/poderosa

공개 메소드들

메소드 설명
X11UtilException ( string message ) : System
X11UtilException ( string message, Exception exception ) : System

메소드 상세

X11UtilException() 공개 메소드

public X11UtilException ( string message ) : System
message string
리턴 System

X11UtilException() 공개 메소드

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