Table of Contents

Class GameUnhandledExceptionEventArgs

Namespace
Stride.Games
Assembly
Stride.Games.dll
public class GameUnhandledExceptionEventArgs
Inheritance
GameUnhandledExceptionEventArgs

Constructors

GameUnhandledExceptionEventArgs(object, bool)

Initializes a new instance of the GameUnhandledExceptionEventArgs class.

public GameUnhandledExceptionEventArgs(object exceptionObject, bool isTerminating)

Parameters

exceptionObject object

The exception object.

isTerminating bool

if set to true [is terminating].

Properties

ExceptionObject

Gets the unhandled exception object.

public object ExceptionObject { get; }

Property Value

object

The unhandled exception object.

IsTerminating

Gets a value indicating whether the CLR is terminating.

public bool IsTerminating { get; }

Property Value

bool

true if CLR is terminating; otherwise, false.