System.Linq.Expressions.Error.ControlCannotEnterExpression C# (CSharp) Method

ControlCannotEnterExpression() static private method

InvalidOperationException with message like "Control cannot enter an expression--only statements can be jumped into."
static private ControlCannotEnterExpression ( ) : Exception
return System.Exception
        internal static Exception ControlCannotEnterExpression()
        {
            return new InvalidOperationException(Strings.ControlCannotEnterExpression);
        }
        /// <summary>
Error