C# 클래스 Tiny.InternalErrorException

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

공개 메소드들

메소드 설명
InternalErrorException ( string message ) : System
InternalErrorException ( string message, string fileName, int lineNumber ) : System

메소드 상세

InternalErrorException() 공개 메소드

public InternalErrorException ( string message ) : System
message string
리턴 System

InternalErrorException() 공개 메소드

public InternalErrorException ( string message, string fileName, int lineNumber ) : System
message string
fileName string
lineNumber int
리턴 System