DebuggerUserBreakException Class

Will be thrown in case of a user break.

Definition

Namespace: PCBIScript.DebugHelp
Assembly: PCBI_ScriptEngine (in PCBI_ScriptEngine.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public class UserBreakException : Exception
Inheritance
Object    Exception    DebuggerUserBreakException

Constructors

DebuggerUserBreakExceptionInitializes a new instance of the DebuggerUserBreakException class

Fields

IsRestartRequested True, if the user requested a restart.

See Also