0 out of 3 rated this helpful - Rate this topic

UnhandledExceptionEventArgs class

Provides data for the UnhandledException event.

Inheritance

Object
  UnhandledExceptionEventArgs

Syntax


public ref class UnhandledExceptionEventArgs sealed : Object

Attributes

MarshalingBehaviorAttribute(Agile)
ThreadingAttribute(Both)
VersionAttribute(NTDDI_WIN8)
WebHostHiddenAttribute()

Members

The UnhandledExceptionEventArgs class has these types of members:

Methods

The UnhandledExceptionEventArgs class inherits methods from the Object class.

Properties

The UnhandledExceptionEventArgs class has these properties.

PropertyAccess typeDescription

Exception

Read-onlyGets the HRESULT code associated with the unhandled exception.

Handled

Read/writeGets or sets a value that indicates whether the exception is handled.

Message

Read-onlyGets the message string as passed by the originating unhandled exception.

 

Requirements

Minimum supported client

Windows 8 [Windows Store apps only]

Minimum supported server

Windows Server 2012 [Windows Store apps only]

Namespace

Windows.UI.Xaml
Windows::UI::Xaml [C++]

Metadata

Windows.winmd

 

 

Build date: 1/31/2013

© 2013 Microsoft. All rights reserved.