Click or drag to resize

GDUnhandledException Event

Fires when an unhandled exception occurs, regardless of project settings.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static event EventHandler<UnhandledExceptionArgs> UnhandledException

Value

Type: SystemEventHandlerUnhandledExceptionArgs
See Also