This documentation is archived and is not being maintained.

PollingCompletedEventArgs Constructor (Exception)

Initializes a new instance of the PollingCompletedEventArgs class.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

public:
PollingCompletedEventArgs(
	Exception^ ex
)

Parameters

ex
Type: System::Exception

The exception that caused polling to stop unexpectedly.

Show: