Click or drag to resize

UnhandledExceptionEventArgs Constructor

Initializes a new instance of the UnhandledExceptionEventArgs class.

Namespace:  Eto
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public UnhandledExceptionEventArgs(
	Object exception,
	bool isTerminating
)

Parameters

exception
Type: SystemObject
The exception object.
isTerminating
Type: SystemBoolean
true if the application will terminate, otherwise false.
See Also