다음을 통해 공유


CompilerError 클래스

정의

주의

The recommended alternative is Microsoft.CSharp.CSharpCodeProvider and System.CodeDom.Compiler.ICodeCompiler. The CSharpCodeProvider and CodeDom ICodeCompiler provide a much richer set of functionality for specifying how to launch the compiler.

컴파일러에서 보고된 오류 또는 진단 메시지를 나타냅니다.

public ref class CompilerError
public class CompilerError
[System.Obsolete("The recommended alternative is Microsoft.CSharp.CSharpCodeProvider and System.CodeDom.Compiler.ICodeCompiler.  The CSharpCodeProvider and CodeDom ICodeCompiler provide a much richer set of functionality for specifying how to launch the compiler.")]
public class CompilerError
type CompilerError = class
[<System.Obsolete("The recommended alternative is Microsoft.CSharp.CSharpCodeProvider and System.CodeDom.Compiler.ICodeCompiler.  The CSharpCodeProvider and CodeDom ICodeCompiler provide a much richer set of functionality for specifying how to launch the compiler.")>]
type CompilerError = class
Public Class CompilerError
상속
CompilerError
특성

생성자

CompilerError()
사용되지 않음.

CompilerError 클래스의 새 인스턴스를 초기화합니다.

필드

ErrorLevel
사용되지 않음.

이 진단의 심각도를 지정합니다.

ErrorMessage
사용되지 않음.

진단 메시지 텍스트를 지정합니다.

ErrorNumber
사용되지 않음.

진단 번호를 지정합니다.

SourceColumn
사용되지 않음.

진단을 발생시킨 원본 텍스트의 열(1부터 시작)을 지정하거나 열 정보가 없는 경우 0을 지정합니다.

SourceFile
사용되지 않음.

진단을 발생시킨 원본 텍스트의 파일 이름 또는 빈 문자열("")을 지정합니다.

SourceLine
사용되지 않음.

진단을 발생시킨 원본 텍스트의 줄(1부터 시작)을 지정하거나 줄 정보가 없는 경우 0을 지정합니다.

메서드

Equals(Object)
사용되지 않음.

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()
사용되지 않음.

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()
사용되지 않음.

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()
사용되지 않음.

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()
사용되지 않음.

현재 CompilerError를 나타내는 문자열을 반환합니다.

적용 대상

추가 정보