System.Linq.Expressions.Error.ConversionIsNotSupportedForArithmeticTypes C# (CSharp) Méthode

ConversionIsNotSupportedForArithmeticTypes() static private méthode

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