This documentation is archived and is not being maintained.

StatusChangedEventArgs Constructor (Exception)

Initializes a new StatusChangedEventArgs instance.

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

public:
StatusChangedEventArgs(
	Exception^ ex
)

Parameters

ex
Type: System::Exception

The exception that caused polling to stop unexpectedly.

Show: