SourceExpressionException.Errors 屬性

定義

取得編譯器錯誤的列舉型別集合。

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)

屬性值

編譯器錯誤的列舉集合。

備註

集合中與每一個錯誤相關聯的資料可以包含含有錯誤、錯誤識別碼、描述錯誤的訊息,以及其他類型錯誤資訊的檔案。

適用於