DebuggerUserBreakException Constructor

Initializes a new instance of the DebuggerUserBreakException class

Definition

Namespace: PCBIScript.DebugHelp
Assembly: PCBI_ScriptEngine (in PCBI_ScriptEngine.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public UserBreakException(
	string message,
	bool restart
)

Parameters

message  String
A related message
restart  Boolean
If true, a restart is requested

See Also