C# 클래스 System.FoundBugException

상속: Exception
파일 보기 프로젝트 열기: sapiens/cavemantools

공개 메소드들

메소드 설명
FoundBugException ( )
FoundBugException ( string message )
FoundBugException ( string message, Exception innerException )

메소드 상세

FoundBugException() 공개 메소드

public FoundBugException ( )

FoundBugException() 공개 메소드

public FoundBugException ( string message )
message string

FoundBugException() 공개 메소드

public FoundBugException ( string message, Exception innerException )
message string
innerException Exception