TerminateException Class
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.
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() |