The set of integers considered is from 100 to 999, encompassing all 3-digit numbers. The total count of these numbers is calculated as follows:
\[ \text{Total numbers} = 999 - 100 + 1 = 900 \]
The subsequent step involves identifying the count of these numbers that possess no repeated digits. Each 3-digit number comprises a hundreds, tens, and units digit. The determination of such unique combinations is as follows:
\[ \text{Numbers with all unique digits} = 9 \times 9 \times 8 = 648 \]
Subtracting this value from the total yields the count of numbers with at least one repeated digit:
\[ \text{Repeated digit numbers} = 900 - 648 = \boxed{252} \]
Final Answer:
The quantity of 3-digit numbers exhibiting at least one repeated digit is: \[ \boxed{252} \]