UnhandledExceptionEventArgs Constructor
Collapse the table of content
Expand the table of content

UnhandledExceptionEventArgs Constructor

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Initializes a new instance of the UnhandledExceptionEventArgs class with the exception object and a common language runtime termination flag.

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)

'Declaration
Public Sub New ( _
	exception As Object, _
	isTerminating As Boolean _
)

Parameters

exception
Type: System.Object
The exception that is not handled.
isTerminating
Type: System.Boolean
true if the runtime is terminating; otherwise, false.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft