LoopFlowException Class

Definition

LoopFlowException, base class for loop control exceptions.

public ref class LoopFlowException abstract : System::Management::Automation::FlowControlException
public abstract class LoopFlowException : System.Management.Automation.FlowControlException
type LoopFlowException = class
    inherit FlowControlException
Public MustInherit Class LoopFlowException
Inherits FlowControlException
Inheritance
Derived

Properties

Label

Label, indicates nested loop level affected by exception. No label means most nested loop is affected.

Applies to