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)
屬性值
編譯器錯誤的列舉集合。
備註
集合中與每一個錯誤相關聯的資料可以包含含有錯誤、錯誤識別碼、描述錯誤的訊息,以及其他類型錯誤資訊的檔案。