PSInvocationSettings.ErrorActionPreference Property

Definition

Determines how errors should be handled during batch command execution.

public:
 property Nullable<System::Management::Automation::ActionPreference> ErrorActionPreference { Nullable<System::Management::Automation::ActionPreference> get(); void set(Nullable<System::Management::Automation::ActionPreference> value); };
public System.Management.Automation.ActionPreference? ErrorActionPreference { get; set; }
member this.ErrorActionPreference : Nullable<System.Management.Automation.ActionPreference> with get, set
Public Property ErrorActionPreference As Nullable(Of ActionPreference)

Property Value

Applies to