PSInvocationSettings.ErrorActionPreference Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)