SourceExpressionException.Errors プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コンパイラ エラーの列挙可能な型コレクションを取得します。
public:
property System::Collections::Generic::IEnumerable<System::CodeDom::Compiler::CompilerError ^> ^ Errors { System::Collections::Generic::IEnumerable<System::CodeDom::Compiler::CompilerError ^> ^ get(); };
public System.Collections.Generic.IEnumerable<System.CodeDom.Compiler.CompilerError> Errors { get; }
member this.Errors : seq<System.CodeDom.Compiler.CompilerError>
Public ReadOnly Property Errors As IEnumerable(Of CompilerError)
プロパティ値
コンパイラ エラーの列挙可能なコレクション。
注釈
コレクション内の各エラーに関連付けられているデータには、エラーを含むファイル、エラー識別番号、エラーを説明するメッセージ、およびその他の種類のエラー情報を含めることができます。