C# 클래스 Hjg.Pngcs.PngjOutputException

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

공개 메소드들

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

메소드 상세

PngjOutputException() 공개 메소드

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

PngjOutputException() 공개 메소드

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

PngjOutputException() 공개 메소드

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