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)

Syntax

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

Property Value

Type: System.Exception
Returns Exception.

.NET Framework Security

See Also

Reference

ImportEventArgs Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace