System.Linq.Error.ArgumentNotValid C# (CSharp) Method

ArgumentNotValid() static private method

static private ArgumentNotValid ( string message ) : Exception
message string
return Exception
        internal static Exception ArgumentNotValid(string message) =>
            new ArgumentException(Strings.ArgumentNotValid(message));