On Fri Nov 14 12:11:46 2025 +0000, Piotr Caban wrote:
It's probably better to keep the same arguments/return type as the throwing variant of the function (same for try_AllocateException). The function returns NULL if allocation fails.
Yeah, that's better. Thanks.