C# 클래스 Hjg.Pngcs.PngjInputException

상속: PngjException
파일 보기 프로젝트 열기: devedse/DeveMazeGenerator

공개 메소드들

메소드 설명
PngjInputException ( Exception cause ) : System
PngjInputException ( String message ) : System
PngjInputException ( String message, Exception cause ) : System

메소드 상세

PngjInputException() 공개 메소드

public PngjInputException ( Exception cause ) : System
cause System.Exception
리턴 System

PngjInputException() 공개 메소드

public PngjInputException ( String message ) : System
message String
리턴 System

PngjInputException() 공개 메소드

public PngjInputException ( String message, Exception cause ) : System
message String
cause System.Exception
리턴 System