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

ConversionIsNotSupportedForArithmeticTypes() static private method

InvalidOperationException with message like "Conversion is not supported for arithmetic types without operator overloading."
static private ConversionIsNotSupportedForArithmeticTypes ( ) : Exception
return System.Exception
        internal static Exception ConversionIsNotSupportedForArithmeticTypes()
        {
            return new InvalidOperationException(Strings.ConversionIsNotSupportedForArithmeticTypes);
        }
        /// <summary>
Error