raise
is passed more than one argument e.g. raise (System.ArgumentException("Divisor cannot be zero.")) 5
raise
being passed more than one argument (the exception to be thrown) is probably a mistake.
Remove the extra arguments.
{
"raiseWithSingleArgument": {
"enabled": true
}
}