CompilerErrorCollection.HasErrors Property

Definition

Gets a value that indicates whether the collection contains errors.

public:
 property bool HasErrors { bool get(); };
public bool HasErrors { get; }
member this.HasErrors : bool
Public ReadOnly Property HasErrors As Boolean

Property Value

true if the collection contains errors; otherwise, false.

Applies to