```c# Uri.TryUnescapeDataString("aa%", [], out _) ``` Throws `ArgumentOutOfRangeException` instead of returning `false`.