ActivityImplementationContext.ErrorAction Property

Definition

Determines how errors should be handled by the activity.

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

Property Value

Applies to