-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Description
Execute the code below with EvalManager.DefaultContext.Execute
object handler = "";
if(handler is string)
{
// anything
int a = 1;
}
else if (handler is Func<string>)
{
(handler as Func<string>)();
}
It will throw Exception like this
Oops! A general error has occurred.Contact our support team for more information or if you believe it's an error on our part: info@zzzprojects.com
Version: 4.0.71
Metadata
Metadata
Assignees
Labels
No labels