ImportWorkItemLinkTypeException Constructor (String, Exception, ImportWorkItemLinkTypeException.Type)

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

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    innerException As Exception, _
    subtype As ImportWorkItemLinkTypeException.Type _
)
public ImportWorkItemLinkTypeException(
    string message,
    Exception innerException,
    ImportWorkItemLinkTypeException.Type subtype
)
public:
ImportWorkItemLinkTypeException(
    String^ message, 
    Exception^ innerException, 
    ImportWorkItemLinkTypeException::Type subtype
)
new : 
        message:string * 
        innerException:Exception * 
        subtype:ImportWorkItemLinkTypeException.Type -> ImportWorkItemLinkTypeException
public function ImportWorkItemLinkTypeException(
    message : String, 
    innerException : Exception, 
    subtype : ImportWorkItemLinkTypeException.Type
)

Parameters

.NET Framework Security

See Also

Reference

ImportWorkItemLinkTypeException Class

ImportWorkItemLinkTypeException Overload

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace