InvalidRunspaceStateException.ExpectedState Property

Definition

Expected state of runspace by the operation which has thrown this exception.

public:
 property System::Management::Automation::Runspaces::RunspaceState ExpectedState { System::Management::Automation::Runspaces::RunspaceState get(); };
public System.Management.Automation.Runspaces.RunspaceState ExpectedState { get; }
member this.ExpectedState : System.Management.Automation.Runspaces.RunspaceState
Public ReadOnly Property ExpectedState As RunspaceState

Property Value

Applies to