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 を表す文字列を返します。

適用対象

こちらもご覧ください