InitialSessionState.ThrowOnRunspaceOpenError 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.
If this property is set and there was a runspace creation error, then throw an exception, otherwise just continue creating the runspace even though it may be in an inconsistent state.
public:
property bool ThrowOnRunspaceOpenError { bool get(); void set(bool value); };
public:
property bool ThrowOnRunspaceOpenError { bool get(); void set(bool value); };
public bool ThrowOnRunspaceOpenError { get; set; }
member this.ThrowOnRunspaceOpenError : bool with get, set
Public Property ThrowOnRunspaceOpenError As Boolean