BreakException Class

Definition

Flow control BreakException.

public ref class BreakException sealed : System::Management::Automation::LoopFlowException
public sealed class BreakException : System.Management.Automation.LoopFlowException
type BreakException = class
    inherit LoopFlowException
Public NotInheritable Class BreakException
Inherits LoopFlowException
Inheritance

Properties

Label

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

(Inherited from LoopFlowException)

Applies to