This documentation is archived and is not being maintained.

ImportEventArgs::Exception Property

Gets the error that is associated with this event.

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

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

Property Value

Type: System::Exception
Returns Exception.

Show: