ApplicationUnhandledExceptionEventArgs Constructor
Collapse the table of content
Expand the table of content

ApplicationUnhandledExceptionEventArgs 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 ApplicationUnhandledExceptionEventArgs class.

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

public ApplicationUnhandledExceptionEventArgs(
	Exception ex,
	bool handled
)

Parameters

ex
Type: System.Exception
The exception that is being thrown as unhandled.
handled
Type: System.Boolean
A value that indicates whether the exception has been handled and should not be processed further.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft