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)

屬性值

一組可枚舉的編譯錯誤集合。

備註

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

適用於