C# 클래스 Hjg.Pngcs.PngjExceptionInternal

상속: System.Exception
파일 보기 프로젝트 열기: devedse/DeveMazeGenerator

공개 메소드들

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

메소드 상세

PngjExceptionInternal() 공개 메소드

public PngjExceptionInternal ( ) : System
리턴 System

PngjExceptionInternal() 공개 메소드

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

PngjExceptionInternal() 공개 메소드

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

PngjExceptionInternal() 공개 메소드

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