TerminateException Class

Definition

Used by the debugger to terminate the execution of the current command.

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

Constructors

TerminateException()

Applies to