Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the type of the exception.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public Property ExceptionType As WorkItemLinkValidationException..::..Type
Get
Set
public WorkItemLinkValidationException..::..Type ExceptionType { get; set; }
public:
property WorkItemLinkValidationException..::..Type ExceptionType {
WorkItemLinkValidationException..::..Type get ();
void set (WorkItemLinkValidationException..::..Type value);
}
member ExceptionType : WorkItemLinkValidationException..::..Type with get, set
function get ExceptionType () : WorkItemLinkValidationException..::..Type
function set ExceptionType (value : WorkItemLinkValidationException..::..Type)
Property Value
Type: Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemLinkValidationException.Type
Returns WorkItemLinkValidationException.Type.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.