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)

Syntax

'Declaration
ReadOnly Property Exception As Exception
Exception Exception { get; }
property Exception^ Exception {
    Exception^ get ();
}
abstract Exception : Exception with get
function get Exception () : Exception

Property Value

Type: System.Exception
Returns Exception.

.NET Framework Security

See Also

Reference

IWorkItemDocument Interface

Microsoft.VisualStudio.TeamFoundation.WorkItemTracking Namespace