This documentation is archived and is not being maintained.

IWorkItemDocument::Exception Property

If the ItemState == Error, this will be the exception object of that error

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

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

Property Value

Type: System::Exception
Returns Exception.

Show: