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

ArgumentMustNotHaveValueType() static private méthode

ArgumentException with message like "Argument must not have a value type."
static private ArgumentMustNotHaveValueType ( string paramName ) : Exception
paramName string
Résultat System.Exception
        internal static Exception ArgumentMustNotHaveValueType(string paramName)
        {
            return new ArgumentException(Strings.ArgumentMustNotHaveValueType, paramName);
        }
        /// <summary>
Error