Pipeline.HadErrors Property

Definition

True if pipeline execution encountered and error. It will always be true if _reason is non-null since an exception occurred. For other error types, It has to be set manually.

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

Property Value

Applies to