© 2026 Hedgehog Software, LLC
catch (Exception ex) { ExceptionUtils.LogException(ex); *ret = new godot_variant(); return godot_bool.False; }
ExceptionUtils.LogException(ex);
Namespace Godot.NativeInterop { internal static class ExceptionUtils { public static void LogException(Exception e) } }
AppDomain.CurrentDomain.FirstChanceException