Click or drag to resize

InterpreterThrowDebuggerException Method

Developed by SO-SOFT
Throw debugger exception

Namespace: scbscript
Assembly: scbscriptg (in scbscriptg.exe) Version: 15.62.0+ec7f396c1b0556a067fcf8d296cc36e3f3a5ac92
Syntax
C#
public void ThrowDebuggerException(
	string format,
	params Object[] args
)

Parameters

format  String
The format
args  Object
The arguments
Remarks
This is used when raising exceptions in native functions and similar cases.
See Also