InterpreterThrowDebuggerException Method |
Developed by SO-SOFT
Throw debugger exception
Namespace: scbscriptAssembly: scbscriptg (in scbscriptg.exe) Version: 15.62.0+ec7f396c1b0556a067fcf8d296cc36e3f3a5ac92
Syntaxpublic void ThrowDebuggerException(
string format,
params Object[] args
)
Parameters
- format String
- The format
- args Object
- The arguments
RemarksThis is used when raising exceptions in native functions and similar cases.
See Also