PSInvocationSettings.ExposeFlowControlExceptions Property

Definition

When true, allows an unhandled flow control exceptions to propagate to a caller invoking the PowerShell object.

public:
 property bool ExposeFlowControlExceptions { bool get(); void set(bool value); };
public:
 property bool ExposeFlowControlExceptions { bool get(); void set(bool value); };
public bool ExposeFlowControlExceptions { get; set; }
member this.ExposeFlowControlExceptions : bool with get, set
Public Property ExposeFlowControlExceptions As Boolean

Property Value

Applies to