Click or drag to resize

GD.UnhandledException 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: System.EventHandler<UnhandledExceptionArgs>
See Also