C# 클래스 System.CodeDom.Compiler.CompilerError

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
CompilerError ( ) : System
CompilerError ( string fileName, int line, int column, string errorNumber, string errorText ) : System
ToString ( ) : string

메소드 상세

CompilerError() 공개 메소드

public CompilerError ( ) : System
리턴 System

CompilerError() 공개 메소드

public CompilerError ( string fileName, int line, int column, string errorNumber, string errorText ) : System
fileName string
line int
column int
errorNumber string
errorText string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string