Click or drag to resize

UnhandledExceptionArgs Class

Event arguments for when unhandled exceptions occur.
Inheritance Hierarchy
SystemObject
  GodotUnhandledExceptionArgs

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public class UnhandledExceptionArgs

The UnhandledExceptionArgs type exposes the following members.

Properties
  NameDescription
Public propertyException
Exception object
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also