System.Linq.Expressions.Error.ConversionIsNotSupportedForArithmeticTypes C# (CSharp) Метод

ConversionIsNotSupportedForArithmeticTypes() статический приватный Метод

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