BarrierPostPhaseException Constructor (Exception)

BarrierPostPhaseException Constructor (Exception)

[ 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 BarrierPostPhaseException class with the specified inner exception.

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

'Declaration
Public Sub New ( _
	innerException As Exception _
)

Parameters

innerException
Type: System.Exception
The exception that is the cause of the current exception.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft