UnhandledExceptionEventArgs Constructor |
Namespace:
Eto
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public UnhandledExceptionEventArgs(
Object exception,
bool isTerminating
)
Public Sub New (
exception As Object,
isTerminating As Boolean
)
new :
exception : Object *
isTerminating : bool -> UnhandledExceptionEventArgs
Parameters
- exception
- Type: SystemObject
The exception object. - isTerminating
- Type: SystemBoolean
true if the application will terminate, otherwise false.
See Also