Possible Duplicate:
What is a method group in C#?
What is the problem with the '+' signal to concatenate a string?
This is print screen of my problem:
Json(new
{
dom = "RegistroUsuario",
type = "showErrorToast",
msg = "Erro: " + e,
}, JsonRequestBehavior.AllowGet);
string jsScript = "closeAndRedirectJson(" + Json + ")";
The error I am receiving is
Operation '+' cannot be applied to operands of type 'string' and 'method group'