ExceptionObject Property
Collapse the table of content
Expand the table of content

ApplicationUnhandledExceptionEventArgs.ExceptionObject Property

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

Gets or sets the unhandled exception.

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

'Declaration
Public Property ExceptionObject As Exception

Property Value

Type: System.Exception
The unhandled exception.

This property is read-write in the object model, but your application code would not typically write to it. The property is intended to report the conditions of an error that is raised by Windows Phone.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft