UnobservedTaskExceptionEventArgs Constructor
Collapse the table of content
Expand the table of content

UnobservedTaskExceptionEventArgs 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 UnobservedTaskExceptionEventArgs class with the unobserved exception.

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

public UnobservedTaskExceptionEventArgs(
	AggregateException exception
)

Parameters

exception
Type: System.AggregateException
The Exception that has gone unobserved.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft