C# 클래스 CaveTube.CaveTalk.Lib.CommentException

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

공개 메소드들

메소드 설명
CommentException ( ) : System
CommentException ( String message ) : System
CommentException ( String message, Exception innerException ) : System

메소드 상세

CommentException() 공개 메소드

public CommentException ( ) : System
리턴 System

CommentException() 공개 메소드

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

CommentException() 공개 메소드

public CommentException ( String message, Exception innerException ) : System
message String
innerException System.Exception
리턴 System