Share via


ImportWorkitemTypeException.ExceptionType Property

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
Public Property ExceptionType As ImportWorkitemTypeException.Type
'Usage
Dim instance As ImportWorkitemTypeException 
Dim value As ImportWorkitemTypeException.Type 

value = instance.ExceptionType

instance.ExceptionType = value
public ImportWorkitemTypeException.Type ExceptionType { get; set; }
public:
property ImportWorkitemTypeException.Type ExceptionType {
    ImportWorkitemTypeException.Type get ();
    void set (ImportWorkitemTypeException.Type value);
}
public function get ExceptionType () : ImportWorkitemTypeException.Type 
public function set ExceptionType (value : ImportWorkitemTypeException.Type)

Property Value

Type: Microsoft.TeamFoundation.WorkItemTracking.Client.ImportWorkitemTypeException.Type

.NET Framework Security

See Also

Reference

ImportWorkitemTypeException Class

ImportWorkitemTypeException Members

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace