SourceExpressionException.Errors Vlastnost

Definice

Získá výčet kolekce typů chyb kompilátoru.

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)

Hodnota vlastnosti

Výčet chyb kompilátoru.

Poznámky

Data spojená s každou chybou v kolekci můžou zahrnovat soubor, který obsahuje chybu, identifikační číslo chyby, zprávu s popisem chyby a další typy informací o chybě.

Platí pro