PSInvocationSettings.ExposeFlowControlExceptions 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.
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