This documentation is archived and is not being maintained.

StatusChangedEventArgs::PollingException Property

Gets the polling exception.

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

public:
property Exception^ PollingException {
	Exception^ get ();
}

Property Value

Type: System::Exception
The polling exception.

Show: